Searched refs:rawContents (Results 1 – 2 of 2) sorted by relevance
552 CloseableByteSource rawContents = new CloseableByteSource() { in createSourceFromZip() local578 return createSourcesFromRawContents(rawContents); in createSourceFromZip()591 @Nonnull CloseableByteSource rawContents) { in createSourcesFromRawContents()608 contents = new InflaterByteSource(rawContents); in createSourcesFromRawContents()610 contents = rawContents; in createSourcesFromRawContents()613 return new ProcessedAndRawByteSources(contents, rawContents); in createSourcesFromRawContents()649 byte[] rawContents = oldSource.getRawByteSource().read(); in loadSourceIntoMemory()651 ByteSource.wrap(rawContents), rawContents.length)); in loadSourceIntoMemory()
1342 ByteSource rawContents = source.getRawByteSource(); in writeEntry() local1350 InputStream is = rawContents.openStream(); in writeEntry()2038 CloseableByteSource rawContents = tracker.fromSource(fromSource.getRawByteSource()); in mergeFrom() local2042 processedContents = new InflaterByteSource(rawContents); in mergeFrom()2044 processedContents = rawContents; in mergeFrom()2048 processedContents, rawContents); in mergeFrom()2186 CloseableByteSource rawContents = tracker.fromSource(source.getRawByteSource()); in realign() local2191 processedContents = new InflaterByteSource(rawContents); in realign()2193 processedContents = rawContents; in realign()2197 rawContents); in realign()