C# Class MsgPack.PackerUnpackerStreamOptions

Represents options for stream on Packer/Unpacker creation.
Afficher le fichier Open project: msgpack/msgpack-cli Class Usage Examples

Private Properties

Свойство Type Description
ShouldWrapStream bool
WrapStream Stream

Méthodes publiques

Méthode Description
PackerUnpackerStreamOptions ( ) : System

Initializes a new instance of the PackerUnpackerStreamOptions class.

Private Methods

Méthode Description
ShouldWrapStream ( Stream stream ) : bool
WrapStream ( Stream stream ) : Stream

Method Details

PackerUnpackerStreamOptions() public méthode

Initializes a new instance of the PackerUnpackerStreamOptions class.
public PackerUnpackerStreamOptions ( ) : System
Résultat System