Home
last modified time | relevance | path

Searched refs:getRawByteSource (Results 1 – 3 of 3) sorted by relevance

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java1342 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()
DProcessedAndRawByteSources.java75 public CloseableByteSource getRawByteSource() { in getRawByteSource() method in ProcessedAndRawByteSources
DStoredEntry.java649 byte[] rawContents = oldSource.getRawByteSource().read(); in loadSourceIntoMemory()