C# 클래스 Sproto.SprotoStream

파일 보기 프로젝트 열기: lvzixun/sproto-Csharp 1 사용 예제들

공개 메소드들

메소드 설명
MoveUp ( int position, int up_count ) : void
Read ( byte buffer, int offset, int count ) : void
Seek ( int offset, SeekOrigin loc ) : int
SprotoStream ( ) : System
Write ( byte data, int offset, int count ) : void
WriteByte ( byte v ) : void
this ( int i ) : byte

비공개 메소드들

메소드 설명
_expand ( int sz ) : void

메소드 상세

MoveUp() 공개 메소드

public MoveUp ( int position, int up_count ) : void
position int
up_count int
리턴 void

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
리턴 void

Seek() 공개 메소드

public Seek ( int offset, SeekOrigin loc ) : int
offset int
loc SeekOrigin
리턴 int

SprotoStream() 공개 메소드

public SprotoStream ( ) : System
리턴 System

Write() 공개 메소드

public Write ( byte data, int offset, int count ) : void
data byte
offset int
count int
리턴 void

WriteByte() 공개 메소드

public WriteByte ( byte v ) : void
v byte
리턴 void

this() 공개 메소드

public this ( int i ) : byte
i int
리턴 byte