public interface CustomMarshal
DataInputStream
Modifier and Type | Method and Description |
---|---|
void |
marshal(DataOutputStream os)
元帅法必须由定制的元帅班执行。
|
void |
unmarshal(DataInputStream is)
Unmarshal方法必须由Customized Marshal类实现。
|
void marshal(DataOutputStream os)
os
- 一个DataOutputStream
void unmarshal(DataInputStream is)
is
- 一个DataInputStream