- 所有超级接口:
AutoCloseable,DsonInput
- 作者:
- wjybxx date - 2023/12/16
-
方法概要
从接口继承的方法 cn.wjybxx.dson.io.DsonInput
close, getByte, getBytesUntilLimit, getFixed32, getPosition, isAtEnd, popLimit, pushLimit, readBool, readDouble, readFixed32, readFixed64, readFloat, readInt32, readInt64, readRawByte, readRawBytes, readSint32, readSint64, readString, readUint32, readUint64, setPosition, skipRawBytes
-
方法详细资料
-
readMessage
<T> T readMessage(com.google.protobuf.Parser<T> parser) 从输入流中读取一个消息
-