C# 클래스 MsgPack.StreamExtensions

파일 보기 프로젝트 열기: msgpack/msgpack-cli

공개 메소드들

메소드 설명
Feed ( this source, byte buffer ) : void
Write ( this source, byte buffer ) : void

메소드 상세

Feed() 공개 정적인 메소드

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

Write() 공개 정적인 메소드

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