Home
last modified time | relevance | path

Searched defs:firstPackStreamIndex (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
DSevenZFile.java426 final int firstPackStreamIndex = 0; in readEncodedHeader() local
982 … final int firstPackStreamIndex = archive.streamMap.folderFirstPackStreamIndex[folderIndex]; in buildDecodingStream() local
997 final int firstPackStreamIndex, final SevenZArchiveEntry entry) throws IOException { in buildDecoderStack()