C# 클래스 BytesRoad.Net.Sockets.ByteVector

Summary description for ByteVector.
파일 보기 프로젝트 열기: NikolayIT/RatioMaster.NET 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Add void
Add void
Add void
Add void
Clear void
CutHead void
CutTail void
EnsureSpace void
Reallocate void

비공개 메소드들

메소드 설명
Add ( ByteVector data ) : void
Add ( byte data ) : void
Add ( byte data, int offset ) : void
Add ( byte data, int offset, int length ) : void
Clear ( ) : void
CutHead ( int count ) : void
CutTail ( int count ) : void
EnsureSpace ( int needMore ) : void
Reallocate ( int requiredSize ) : void