Home
last modified time | relevance | path

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

/external/lzma/Java/Tukaani/src/org/tukaani/xz/
DLZMA2OutputStream.java127 writeUncompressed(uncompressedSize); in writeChunk()
167 private void writeUncompressed(int uncompressedSize) throws IOException { in writeUncompressed() method in LZMA2OutputStream