JBoss Marshalling 1.2.1.GA

org.jboss.marshalling.util
Class ByteReadField

java.lang.Object
  extended by org.jboss.marshalling.util.ReadField
      extended by org.jboss.marshalling.util.ByteReadField
All Implemented Interfaces:
Comparable<ReadField>

public class ByteReadField
extends ReadField


Constructor Summary
ByteReadField(SerializableField field)
           
ByteReadField(SerializableField field, byte value)
           
 
Method Summary
 byte getByte()
           
 Kind getKind()
           
 
Methods inherited from class org.jboss.marshalling.util.ReadField
compareTo, getBoolean, getChar, getDouble, getFloat, getInt, getLong, getName, getObject, getShort, isDefaulted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteReadField

public ByteReadField(SerializableField field,
                     byte value)

ByteReadField

public ByteReadField(SerializableField field)
Method Detail

getKind

public Kind getKind()
Specified by:
getKind in class ReadField

getByte

public byte getByte()
             throws IOException
Overrides:
getByte in class ReadField
Throws:
IOException

JBoss Marshalling 1.2.1.GA

Copyright © 2010 JBoss, a division of Red Hat, Inc.