public interface CustomMarshal
DataInputStream
| Modifier and Type | Method and Description |
|---|---|
void |
marshal(DataOutputStream
Marshal method has to be implemented by the Customized Marshal class.
|
void |
unmarshal(DataInputStream
Unmarshal method has to be implemented by the Customized Marshal class.
|
void marshal(DataOutputStreamos)
os - a DataOutputStream
void unmarshal(DataInputStreamis)
is - a DataInputStream