JBoss Marshalling 1.2.1.GA

org.jboss.marshalling.util
Class ByteFieldPutter

java.lang.Object
  extended by org.jboss.marshalling.util.FieldPutter
      extended by org.jboss.marshalling.util.ByteFieldPutter

public class ByteFieldPutter
extends FieldPutter


Constructor Summary
ByteFieldPutter()
           
 
Method Summary
 byte getByte()
           
 Kind getKind()
           
 void setByte(byte value)
           
 void write(Marshaller marshaller)
           
 
Methods inherited from class org.jboss.marshalling.util.FieldPutter
getBoolean, getChar, getDouble, getFloat, getInt, getLong, getObject, getShort, setBoolean, setChar, setDouble, setFloat, setInt, setLong, setObject, setShort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteFieldPutter

public ByteFieldPutter()
Method Detail

write

public void write(Marshaller marshaller)
           throws IOException
Specified by:
write in class FieldPutter
Throws:
IOException

getKind

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

getByte

public byte getByte()
Overrides:
getByte in class FieldPutter

setByte

public void setByte(byte value)
Overrides:
setByte in class FieldPutter

JBoss Marshalling 1.2.1.GA

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