zombie.core.network
Class ByteBufferReader

java.lang.Object
  extended by zombie.core.network.ByteBufferReader

public class ByteBufferReader
extends java.lang.Object


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

ByteBufferReader

public ByteBufferReader(java.nio.ByteBuffer bb)
Method Detail

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

public java.lang.String getUTF()