C# Class MsgPack.StreamExtensions

显示文件 Open project: msgpack/msgpack-cli

Public Methods

Method Description
Feed ( this source, byte buffer ) : void
Write ( this source, byte buffer ) : void

Method Details

Feed() public static method

public static Feed ( this source, byte buffer ) : void
source this
buffer byte
return void

Write() public static method

public static Write ( this source, byte buffer ) : void
source this
buffer byte
return void