Interface EncodeableParameter
-
public interface EncodeableParameter
Implemented by users of this facility when a message parameter should be encoded directly into a SAS message buffer (for performance reasons).
- Since:
- Rhino 2.6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
encode(ByteBuffer byteBuffer)
-
-
-
Method Detail
-
encode
void encode(ByteBuffer byteBuffer) throws IOException
- Throws:
IOException
-
-