public class ByteBuffer
extends java.lang.Object
ByteReader
ByteReader
Modifier and Type | Field and Description |
---|---|
private byte[] |
bytes |
Constructor and Description |
---|
ByteBuffer(byte[] _bytes) |
ByteBuffer(java.io.InputStream _inputStream)
Construct from an
InputStream |
Modifier and Type | Method and Description |
---|---|
(package private) byte |
b(int _offset) |
(package private) byte[] |
bytes(int _offset,
int _length) |
(package private) double |
d8(int _offset) |
(package private) float |
f4(int _offset) |
(package private) int |
s2(int _offset) |
(package private) int |
s4(int _offset) |
(package private) int |
size() |
(package private) int |
u1(int _offset) |
(package private) int |
u2(int _offset) |
(package private) int |
u4(int _offset) |
(package private) long |
u8(int _offset) |
(package private) java.lang.String |
utf8(int _offset) |
(package private) int |
utf8bytes(int _offset) |
ByteBuffer(java.io.InputStream _inputStream)
InputStream
_inputStream
- ByteBuffer(byte[] _bytes)
int u2(int _offset)
int s2(int _offset)
int u4(int _offset)
int s4(int _offset)
int u1(int _offset)
int size()
double d8(int _offset)
float f4(int _offset)
long u8(int _offset)
int utf8bytes(int _offset)
byte[] bytes(int _offset, int _length)
java.lang.String utf8(int _offset)
byte b(int _offset)