public interface BinaryReader
| Modifier and Type | Method and Description |
|---|---|
void |
readBinary(net.morimekta.util.io.BigEndianBinaryReader reader,
boolean strict)
Read the binary content into the current builder.
|
void readBinary(net.morimekta.util.io.BigEndianBinaryReader reader,
boolean strict)
throws IOException
BinarySerializer.deserialize(InputStream, PMessageDescriptor)
call.reader - The reader to read from.strict - If content should be handled strictly. True means to fail
on everything that Apache thrift failed read() on.IOException - When unable to read message for any reason.Copyright © 2015–2018 morimekta.net. All rights reserved.