C# Class MsgPack.PackerUnpackerStreamOptions

Represents options for stream on Packer/Unpacker creation.
Exibir arquivo Open project: msgpack/msgpack-cli Class Usage Examples

Private Properties

Property Type Description
ShouldWrapStream bool
WrapStream Stream

Public Methods

Method Description
PackerUnpackerStreamOptions ( ) : System

Initializes a new instance of the PackerUnpackerStreamOptions class.

Private Methods

Method Description
ShouldWrapStream ( Stream stream ) : bool
WrapStream ( Stream stream ) : Stream

Method Details

PackerUnpackerStreamOptions() public method

Initializes a new instance of the PackerUnpackerStreamOptions class.
public PackerUnpackerStreamOptions ( ) : System
return System