Click or drag to resize
UnpackerCreate Method (Stream, Boolean)
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,
	bool ownsStream
)

Parameters

stream
Type: System.IOStream
The stream to be unpacked.
ownsStream
Type: SystemBoolean
true to close stream when this instance is disposed; false, otherwise.

Return Value

Type: Unpacker
Unpacker instance.
See Also