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
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.