Uses of Class
nl.andrewl.concord_core.util.ChainedDataOutputStream
Packages that use ChainedDataOutputStream
Package
Description
Message components which are used by the server and the default client
implementation.
Contains some useful one-off utility classes that any consumer of Concord
messages could benefit from.
-
Uses of ChainedDataOutputStream in nl.andrewl.concord_core.msg
Methods in nl.andrewl.concord_core.msg with parameters of type ChainedDataOutputStreamModifier and TypeMethodDescriptionvoid
MessageWriter.write
(T msg, ChainedDataOutputStream out) Writes this message to the given output stream. -
Uses of ChainedDataOutputStream in nl.andrewl.concord_core.util
Methods in nl.andrewl.concord_core.util that return ChainedDataOutputStreamModifier and TypeMethodDescription<T extends Message>
ChainedDataOutputStreamChainedDataOutputStream.writeArray
(T[] array) ChainedDataOutputStream.writeInt
(int x) <T extends Message>
ChainedDataOutputStreamChainedDataOutputStream.writeMessage
(Message msg) ChainedDataOutputStream.writeObject
(Object o, Class<?> type) Writes an object to the stream.ChainedDataOutputStream.writeString
(String s) ChainedDataOutputStream.writeStrings
(String... strings)