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, skip
public COSFilterInputStream(InputStream in, int[] byteRange)
public COSFilterInputStream(byte[] in, int[] byteRange)
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b) throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
public byte[] toByteArray() throws IOException
IOException
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.