public static UnpackCharStream ( Stream source ) : MsgPack.UnpackingStreamReader | ||
source | Stream | The |
return | MsgPack.UnpackingStreamReader |
if source contains invalid sequence as UTF-8 encoding string, the DecoderFallbackException may occurs on read char.
UnpackingStreamReader does not own source, so source still should be closed.
When the type of packed value is not known, use UnpackObject(Stream) instead.
public static UnpackCharStream ( Stream source ) : MsgPack.UnpackingStreamReader | ||
source | Stream | The |
return | MsgPack.UnpackingStreamReader |