com.liferay.portal.kernel.io
Class Deserializer
java.lang.Object
com.liferay.portal.kernel.io.Deserializer
public class Deserializer
- extends Object
- See Also:
Serializer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
buffer
protected byte[] buffer
index
protected int index
limit
protected int limit
Deserializer
public Deserializer(ByteBuffer byteBuffer)
readBoolean
public boolean readBoolean()
readByte
public byte readByte()
readChar
public char readChar()
readDouble
public double readDouble()
readFloat
public float readFloat()
readInt
public int readInt()
readLong
public long readLong()
readObject
public <T extends Serializable> T readObject()
throws ClassNotFoundException
- Throws:
ClassNotFoundException
readShort
public short readShort()
readString
public String readString()
detectBufferUnderflow
protected final void detectBufferUnderflow(int availableBytes)
- This method is final so that JIT can inline it.