phelps.io
public class InputStreamLZW extends FilterInputStream
compress
found in ncompress-4.2.4
.Version: $Revision: 1.28 $ $Date: 2003/10/19 16:58:45 $
Constructor Summary | |
---|---|
InputStreamLZW(InputStream in, boolean earlychange) Constructor for data stream in PDF format. | |
InputStreamLZW(InputStream in) Constructor for data stream in UNIX compress format. |
Method Summary | |
---|---|
void | close() |
boolean | markSupported() |
int | read(byte[] b, int off, int len) |
int | read() |