Package 

Interface EntryStreamOffsets


  • 
    public interface EntryStreamOffsets
    
                        

    Provides information about ArchiveEntry stream offsets.

    • Method Summary

      Modifier and Type Method Description
      abstract long getDataOffset() Gets the offset of data stream within the archive file,
      abstract boolean isStreamContiguous() Indicates whether the stream is contiguous, i.e.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDataOffset

         abstract long getDataOffset()

        Gets the offset of data stream within the archive file,

      • isStreamContiguous

         abstract boolean isStreamContiguous()

        Indicates whether the stream is contiguous, i.e. not split amongseveral archive parts, interspersed with control blocks, etc.