simnet
Class ByteArrayWrapper
java.lang.Object
simnet.ByteArrayWrapper
- All Implemented Interfaces:
- java.lang.Cloneable
- public class ByteArrayWrapper
- extends java.lang.Object
- implements java.lang.Cloneable
An object that represents a serialized object which can be sent over the nework.
|
Field Summary |
private java.lang.String |
caption
|
byte[] |
data
|
|
Method Summary |
java.lang.Object |
clone()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
data
public final byte[] data
caption
private java.lang.String caption
ByteArrayWrapper
public ByteArrayWrapper(java.lang.String c,
byte[] d)
clone
public java.lang.Object clone()
toString
public java.lang.String toString()