Searched refs:writeUncompressed (Results 1 – 2 of 2) sorted by relevance
132 writeUncompressed(uncompressedSize); in writeChunk()172 private void writeUncompressed(int uncompressedSize) throws IOException { in writeUncompressed() method in LZMA2OutputStream
140 written = writeUncompressed(message, messageLength); in writePayload()164 private int writeUncompressed(InputStream message, int messageLength) throws IOException { in writeUncompressed() method in MessageFramer