|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectzombie.core.network.ByteBufferReader
public class ByteBufferReader
Constructor Summary | |
---|---|
ByteBufferReader(java.nio.ByteBuffer bb)
|
Method Summary | |
---|---|
boolean |
getBoolean()
|
byte |
getByte()
|
char |
getChar()
|
double |
getDouble()
|
float |
getFloat()
|
int |
getInt()
|
long |
getLong()
|
short |
getShort()
|
java.lang.String |
getUTF()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ByteBufferReader(java.nio.ByteBuffer bb)
Method Detail |
---|
public boolean getBoolean()
public byte getByte()
public char getChar()
public double getDouble()
public float getFloat()
public int getInt()
public long getLong()
public short getShort()
public java.lang.String getUTF()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |