public class RASInputStream extends InputStream
IRandomAccessSource
as its underlying source.
Constructor and Description |
---|
RASInputStream(IRandomAccessSource source)
Creates an input stream based on the source.
|
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] b, int off, int len) |
available, close, mark, markSupported, read, reset, skip
public RASInputStream(IRandomAccessSource source)
source
- The source.
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
public int read() throws IOException
read
in class InputStream
IOException
Copyright © 1998–2018 iText Group NV. All rights reserved.