-
public interface EntryStreamOffsetsProvides information about ArchiveEntry stream offsets.
-
-
Method Summary
Modifier and Type Method Description abstract longgetDataOffset()Gets the offset of data stream within the archive file, abstract booleanisStreamContiguous()Indicates whether the stream is contiguous, i.e. -
-
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.
-
-
-
-