Package zombie.core.network
Class ByteBufferReader
java.lang.Object
zombie.core.network.ByteBufferReader
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
bb
-
-
Constructor Details
-
ByteBufferReader
-
-
Method Details
-
getBoolean
public boolean getBoolean() -
getByte
public byte getByte() -
getChar
public char getChar() -
getDouble
public double getDouble() -
getFloat
public float getFloat() -
getInt
public int getInt() -
getLong
public long getLong() -
getShort
public short getShort() -
getUTF
-