public class JavaByteBufferReader extends ByteBufferReader
mBuf
Constructor and Description |
---|
JavaByteBufferReader(ByteBuffer buf) |
Modifier and Type | Method and Description |
---|---|
byte |
get() |
void |
get(byte[] dst) |
void |
get(byte[] dst,
int offset,
int length) |
char |
getChar() |
double |
getDouble() |
float |
getFloat() |
int |
getInt() |
long |
getLong() |
short |
getShort() |
int |
position() |
void |
position(int newPosition) |
getByteBufferReader, order, order
public JavaByteBufferReader(ByteBuffer buf) throws IOException
IOException
public byte get()
get
in class ByteBufferReader
public void get(byte[] dst)
get
in class ByteBufferReader
public void get(byte[] dst, int offset, int length)
get
in class ByteBufferReader
public char getChar()
getChar
in class ByteBufferReader
public double getDouble()
getDouble
in class ByteBufferReader
public float getFloat()
getFloat
in class ByteBufferReader
public int getInt()
getInt
in class ByteBufferReader
public long getLong()
getLong
in class ByteBufferReader
public short getShort()
getShort
in class ByteBufferReader
public int position()
position
in class ByteBufferReader
public void position(int newPosition)
position
in class ByteBufferReader
Copyright © 2015. All Rights Reserved.