'Declaration
Public Function New( _ ByVal stream As Stream, _ ByVal inputIsReadOnly As Boolean, _ ByVal majorVersion As Integer, _ ByVal minorVersion As Integer _ )
public PacketReader( Stream stream, bool inputIsReadOnly, int majorVersion, int minorVersion )
Parameters
- stream
- Data to be read
- inputIsReadOnly
- Indicates if the input can be assumed fixed in length
- majorVersion
- Major version of the serialization protocol
- minorVersion
- Minor version of the serialization protocol