public class DeflaterReader extends InputStream
| Constructor and Description | 
|---|
| DeflaterReader(InputStream inData,
              AtomicLong bytesRead) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | closeStream() | 
| long | getTotalSize() | 
| int | read() | 
| int | read(byte[] buffer,
    int offset,
    int len)Try to fill the buffer with compressed bytes. | 
available, close, mark, markSupported, read, reset, skippublic DeflaterReader(InputStream inData, AtomicLong bytesRead)
public int read()
         throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] buffer,
                int offset,
                int len)
         throws IOException
read in class InputStreambuffer - the buffer to fill compressed bytesIOExceptionpublic void closeStream()
                 throws IOException
IOExceptionpublic long getTotalSize()
Copyright © 2018 JBoss by Red Hat. All rights reserved.