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