org.jboss.marshalling.util
Class ByteReadField
java.lang.Object
org.jboss.marshalling.util.ReadField
org.jboss.marshalling.util.ByteReadField
- All Implemented Interfaces:
- Comparable<ReadField>
public class ByteReadField
- extends ReadField
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 |
ByteReadField
public ByteReadField(SerializableField field,
byte value)
ByteReadField
public ByteReadField(SerializableField field)
getKind
public Kind getKind()
- Specified by:
getKind
in class ReadField
getByte
public byte getByte()
throws IOException
- Overrides:
getByte
in class ReadField
- Throws:
IOException
Copyright © 2010 JBoss, a division of Red Hat, Inc.