Searched refs:packedStreams (Results 1 – 2 of 2) sorted by relevance
36 long[] packedStreams; field in Folder56 int current = (int) packedStreams[0]; // more that 2^31 coders? in getOrderedCoders()110 + bindPairs.length + " bind pairs, " + packedStreams.length in toString()
693 final long packedStreams[] = new long[(int)numPackedStreams]; in readFolder() local704 packedStreams[0] = i; in readFolder()707 packedStreams[i] = readUint64(header); in readFolder()710 folder.packedStreams = packedStreams; in readFolder()910 nextFolderPackStreamIndex += archive.folders[i].packedStreams.length; in calculateStreamMap()