public interface BinaryWriter
| Modifier and Type | Method and Description |
|---|---|
int |
writeBinary(net.morimekta.util.io.BigEndianBinaryWriter writer)
Write the current message to the binary writer.
|
int writeBinary(net.morimekta.util.io.BigEndianBinaryWriter writer)
throws IOException
BinarySerializer.serialize(OutputStream, PMessage)
call.writer - The binary writer to write to.IOException - If it failed to write the message for any reason.Copyright © 2015–2018 morimekta.net. All rights reserved.