C# Class MsgPack.StreamExtensions

Afficher le fichier Open project: msgpack/msgpack-cli

Méthodes publiques

Méthode Description
Feed ( this source, byte buffer ) : void
Write ( this source, byte buffer ) : void

Method Details

Feed() public static méthode

public static Feed ( this source, byte buffer ) : void
source this
buffer byte
Résultat void

Write() public static méthode

public static Write ( this source, byte buffer ) : void
source this
buffer byte
Résultat void