public class DataContainer extends Object implements Externalizable
| Constructor and Description |
|---|
DataContainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(ObjectInput in) |
int |
readInt() |
Object |
readObject() |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
void |
writeInt(int i) |
void |
writeObject(Object o) |
public void writeInt(int i)
public void writeObject(Object o)
public int readInt()
public Object readObject()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2017 JBoss by Red Hat. All Rights Reserved.