C# 클래스 SocketServers.StreamBuffer

상속: IDisposable
파일 보기 프로젝트 열기: vf1/serversockets 1 사용 예제들

공개 메소드들

메소드 설명
AddCount ( int offset ) : void
Clear ( ) : void
CopyFrom ( ArraySegment segmnet ) : bool
CopyFrom ( ArraySegment segment1, int skipBytes ) : bool
CopyFrom ( byte array, int offset, int count ) : bool
CopyTransferredFrom ( ServerAsyncEventArgs e, int skipBytes ) : bool
Detach ( ) : ArraySegment
Dispose ( ) : void
Free ( ) : void
MoveToBegin ( int offsetOffset ) : void
MoveToBegin ( int offsetOffset, int count ) : void
Resize ( int capacity ) : bool

비공개 메소드들

메소드 설명
CopyFrom ( SecBufferEx secBuffer ) : bool
Create ( ) : void

메소드 상세

AddCount() 공개 메소드

public AddCount ( int offset ) : void
offset int
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CopyFrom() 공개 메소드

public CopyFrom ( ArraySegment segmnet ) : bool
segmnet ArraySegment
리턴 bool

CopyFrom() 공개 메소드

public CopyFrom ( ArraySegment segment1, int skipBytes ) : bool
segment1 ArraySegment
skipBytes int
리턴 bool

CopyFrom() 공개 메소드

public CopyFrom ( byte array, int offset, int count ) : bool
array byte
offset int
count int
리턴 bool

CopyTransferredFrom() 공개 메소드

public CopyTransferredFrom ( ServerAsyncEventArgs e, int skipBytes ) : bool
e ServerAsyncEventArgs
skipBytes int
리턴 bool

Detach() 공개 메소드

public Detach ( ) : ArraySegment
리턴 ArraySegment

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Free() 공개 메소드

public Free ( ) : void
리턴 void

MoveToBegin() 공개 메소드

public MoveToBegin ( int offsetOffset ) : void
offsetOffset int
리턴 void

MoveToBegin() 공개 메소드

public MoveToBegin ( int offsetOffset, int count ) : void
offsetOffset int
count int
리턴 void

Resize() 공개 메소드

public Resize ( int capacity ) : bool
capacity int
리턴 bool