Click or drag to resize
UnpackerCreate Method (Stream)
Creates the new Unpacker from specified stream.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public static Unpacker Create(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to be unpacked. This stream will be closed when Dispose(Boolean) is called.

Return Value

Type: Unpacker
Unpacker instance.
See Also