Searched refs:copyUncompressed (Results 1 – 4 of 4) sorted by relevance
106 public void copyUncompressed(DataInputStream inData, int len) in copyUncompressed() method in LZDecoder
272 public void copyUncompressed(OutputStream out, int backward, int len)
227 lz.copyUncompressed(in, copySizeMax); in read()
172 lz.copyUncompressed(out, uncompressedSize, chunkSize); in writeUncompressed()