GeoPubby
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.
int available | ( | ) | throws IOException |
References TWKBReader.ByteBufferInputStream.byteBuffer.
int read | ( | ) | throws IOException |
References TWKBReader.ByteBufferInputStream.byteBuffer.
int read | ( | final byte[] | bytes, |
final int | offset, | ||
final int | length | ||
) | throws IOException |
References TWKBReader.ByteBufferInputStream.byteBuffer.
|
private |