|
kiwi-postgis
Version 0.1.0.0
|


Public Member Functions | |
| ByteBufferInputStream (final ByteBuffer byteBuffer) | |
| int | read () throws IOException |
| int | read (final byte[] bytes, final int offset, final int length) throws IOException |
| int | available () throws IOException |
Private Attributes | |
| final ByteBuffer | byteBuffer |
| ByteBufferInputStream | ( | final ByteBuffer | byteBuffer | ) |
References TWKBReader.ByteBufferInputStream.byteBuffer.
Referenced by TWKBReader.read().
| int available | ( | ) | throws IOException |
| int read | ( | ) | throws IOException |
Referenced by TWKBReader.read(), and TWKBReader.readGeometryCollection().
| int read | ( | final byte [] | bytes, |
| final int | offset, | ||
| final int | length | ||
| ) | throws IOException |
|
private |
Referenced by TWKBReader.ByteBufferInputStream.ByteBufferInputStream().