Searched refs:getRawByteSource (Results 1 – 3 of 3) sorted by relevance
1342 ByteSource rawContents = source.getRawByteSource(); in writeEntry()2020 InputStream fromInput = fromSource.getRawByteSource().openStream(); in mergeFrom()2021 long sourceSize = fromSource.getRawByteSource().size(); in mergeFrom()2038 CloseableByteSource rawContents = tracker.fromSource(fromSource.getRawByteSource()); in mergeFrom()2186 CloseableByteSource rawContents = tracker.fromSource(source.getRawByteSource()); in realign()
75 public CloseableByteSource getRawByteSource() { in getRawByteSource() method in ProcessedAndRawByteSources
649 byte[] rawContents = oldSource.getRawByteSource().read(); in loadSourceIntoMemory()