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