Interface InputBuffer
public interface InputBuffer
Abstraction of part of the EventIn*Wrapper buffer logic
to prevent having twenty copies of the setFieldValue method.
Instead the field transmitter uses this interface as a callback
during the setFieldValue call.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
transmitFieldValue
(DataOutputStream stream) Write out the appropriate network representation of the EventIn*Wrapper's field value.
-
Method Details
-
transmitFieldValue
Write out the appropriate network representation of the EventIn*Wrapper's field value.- Parameters:
stream
- The stream to write data to.
-