org.jboss.serial.finalcontainers
Class IntegerContainer
java.lang.Object
org.jboss.serial.objectmetamodel.DataExport
org.jboss.serial.finalcontainers.FinalContainer
org.jboss.serial.finalcontainers.IntegerContainer
- public class IntegerContainer
- extends FinalContainer
$Id: IntegerContainer.java,v 1.1 2005/10/24 22:10:46 csuconic Exp $
- Author:
- Clebert Suconic
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
IntegerContainer
public IntegerContainer(int value)
IntegerContainer
public IntegerContainer()
getValue
public int getValue()
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
writeMyself
public void writeMyself(java.io.DataOutput output)
throws java.io.IOException
- Throws:
java.io.IOException
readMyself
public void readMyself(java.io.DataInput input)
throws java.io.IOException
- Throws:
java.io.IOException
setPrimitive
public void setPrimitive(java.lang.Object obj,
java.lang.reflect.Field field)
throws java.lang.IllegalAccessException
- Specified by:
setPrimitive
in class FinalContainer
- Throws:
java.lang.IllegalAccessException
JBoss Serialization, a new approach to java-serialization.