Class RFileSource


  • public class RFileSource
    extends Object
    RFile metadata is stored at the end of the file. Inorder to read an RFile, its length must be known. This provides a way to pass an InputStream and length for reading an RFile.
    Since:
    1.8.0
    • Constructor Detail

      • RFileSource

        public RFileSource​(InputStream in,
                           long len)
    • Method Detail

      • getLength

        public long getLength()