com.netflix.astyanax.model
Class CompositeParserImpl

java.lang.Object
  extended by com.netflix.astyanax.model.CompositeParserImpl
All Implemented Interfaces:
CompositeParser

public class CompositeParserImpl
extends Object
implements CompositeParser


Constructor Summary
CompositeParserImpl(ByteBuffer bb)
           
 
Method Summary
<T> T
read(Serializer<T> serializer)
           
 Boolean readBoolean()
           
 Integer readInteger()
           
 Long readLong()
           
 String readString()
           
 UUID readUUID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeParserImpl

public CompositeParserImpl(ByteBuffer bb)
Method Detail

readString

public String readString()
Specified by:
readString in interface CompositeParser

readLong

public Long readLong()
Specified by:
readLong in interface CompositeParser

readInteger

public Integer readInteger()
Specified by:
readInteger in interface CompositeParser

readBoolean

public Boolean readBoolean()
Specified by:
readBoolean in interface CompositeParser

readUUID

public UUID readUUID()
Specified by:
readUUID in interface CompositeParser

read

public <T> T read(Serializer<T> serializer)
Specified by:
read in interface CompositeParser


Copyright © 2012. All Rights Reserved.