public interface CustomMarshal
DataInputStream
Modifier and Type | Method and Description |
---|---|
void |
marshal(DataOutputStream os)
Marshal method has to be implemented by the Customized Marshal class.
|
void |
unmarshal(DataInputStream is)
Unmarshal method has to be implemented by the Customized Marshal class.
|
void marshal(DataOutputStream os)
os
- a DataOutputStreamvoid unmarshal(DataInputStream is)
is
- a DataInputStreamaicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.