Class FileBlockReference

  • Direct Known Subclasses:
    FileBlockHead

    public class FileBlockReference
    extends FileBlockPosition
    A FileBlockPosition that remembers what file this is so that it can simply be dereferenced
    • Field Detail

      • input

        protected java.io.InputStream input
        Convenience cache for storing the input this reference is contained within so that it can be cached
    • Constructor Detail

      • FileBlockReference

        protected FileBlockReference​(java.lang.String type,
                                     com.google.protobuf.ByteString indexdata)
    • Method Detail

      • read

        public FileBlock read()
                       throws java.io.IOException
        Throws:
        java.io.IOException