public class COSFilterInputStream extends FilterInputStream
in| Constructor and Description |
|---|
COSFilterInputStream(byte[] in,
int[] byteRange) |
COSFilterInputStream(InputStream in,
int[] byteRange) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
byte[] |
toByteArray() |
available, close, mark, markSupported, reset, skippublic COSFilterInputStream(InputStream in, int[] byteRange)
public COSFilterInputStream(byte[] in,
int[] byteRange)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic byte[] toByteArray()
throws IOException
IOExceptionCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.