ProtoReaderReadLengthPrefix Method (Stream, Boolean, PrefixStyle, Int32) |
Namespace:
ProtoBuf
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic static int ReadLengthPrefix(
Stream source,
bool expectHeader,
PrefixStyle style,
out int fieldNumber
)
Parameters
- source
- Type: System.IOStream
- expectHeader
- Type: SystemBoolean
- style
- Type: ProtoBufPrefixStyle
- fieldNumber
- Type: SystemInt32
Return Value
Type:
Int32
See Also