|
rdf4j-postgis
Version 0.1.0.0
|


Public Member Functions | |
| InputStreamAdapter (final ImageInputStream input) | |
| Constructs a new input stream. More... | |
| int | read () throws IOException |
| Reads the next byte of data from the input stream. More... | |
| int | read (final byte[] b) throws IOException |
| Reads some number of bytes from the input stream. More... | |
| int | read (final byte[] b, final int off, final int len) throws IOException |
| Reads up to. More... | |
| long | skip (final long n) throws IOException |
| Skips over and discards. More... | |
| boolean | markSupported () |
| Returns always. More... | |
| void | mark (final int readlimit) |
| Marks the current position in this input stream. More... | |
| void | reset () throws IOException |
| Repositions this stream to the position at the time the. More... | |
| void | close () throws IOException |
| Closes this input stream. More... | |
Private Attributes | |
| final ImageInputStream | input |
| The wrapped image input stream. More... | |
| InputStreamAdapter | ( | final ImageInputStream | input | ) |
Constructs a new input stream.
References WKBRasterImageReader.InputStreamAdapter.input.
| void close | ( | ) | throws IOException |
Closes this input stream.
| IOException | if an I/O error occurs. |
References WKBRasterImageReader.InputStreamAdapter.input.
| void mark | ( | final int | readlimit | ) |
Marks the current position in this input stream.
| IOException | if an I/O error occurs. |
References WKBRasterImageReader.InputStreamAdapter.input.
| boolean markSupported | ( | ) |
| int read | ( | ) | throws IOException |
Reads the next byte of data from the input stream.
| IOException | if an I/O error occurs. |
References WKBRasterImageReader.InputStreamAdapter.input.
| int read | ( | final byte[] | b | ) | throws IOException |
Reads some number of bytes from the input stream.
| IOException | if an I/O error occurs. |
References WKBRasterImageReader.InputStreamAdapter.input.
| int read | ( | final byte[] | b, |
| final int | off, | ||
| final int | len | ||
| ) | throws IOException |
Reads up to.
bytes of data from the input stream.
| IOException | if an I/O error occurs. |
References WKBRasterImageReader.InputStreamAdapter.input.
| void reset | ( | ) | throws IOException |
Repositions this stream to the position at the time the.
method was last called.
| IOException | if an I/O error occurs. |
References WKBRasterImageReader.InputStreamAdapter.input.
| long skip | ( | final long | n | ) | throws IOException |
Skips over and discards.
bytes of data from this input stream.
| IOException | if an I/O error occurs. |
References WKBRasterImageReader.InputStreamAdapter.input.
|
private |
The wrapped image input stream.
Referenced by WKBRasterImageReader.InputStreamAdapter.close(), WKBRasterImageReader.InputStreamAdapter.InputStreamAdapter(), WKBRasterImageReader.InputStreamAdapter.mark(), WKBRasterImageReader.InputStreamAdapter.read(), WKBRasterImageReader.InputStreamAdapter.reset(), and WKBRasterImageReader.InputStreamAdapter.skip().