C# 클래스 SocketServers.ByteArraySegmentHelpers

파일 보기 프로젝트 열기: vf1/serversockets

공개 메소드들

메소드 설명
CopyArrayFrom ( this dst, ArraySegment src ) : void
CopyArrayFrom ( this dst, ServerAsyncEventArgs e ) : void
CopyArrayFrom ( this dst, byte srcBuffer, int srcOffset, int srcCount ) : void
CopyArrayFrom ( this dst, int dstExtraOffset, ServerAsyncEventArgs e ) : void
CopyArrayFrom ( this dst, int dstExtraOffset, byte srcBuffer, int srcOffset, int srcCount ) : void
CopyArrayTo ( this src, ArraySegment dst ) : void
IsInvalid ( this segment ) : bool
IsValid ( this segment ) : bool

메소드 상세

CopyArrayFrom() 공개 정적인 메소드

public static CopyArrayFrom ( this dst, ArraySegment src ) : void
dst this
src ArraySegment
리턴 void

CopyArrayFrom() 공개 정적인 메소드

public static CopyArrayFrom ( this dst, ServerAsyncEventArgs e ) : void
dst this
e ServerAsyncEventArgs
리턴 void

CopyArrayFrom() 공개 정적인 메소드

public static CopyArrayFrom ( this dst, byte srcBuffer, int srcOffset, int srcCount ) : void
dst this
srcBuffer byte
srcOffset int
srcCount int
리턴 void

CopyArrayFrom() 공개 정적인 메소드

public static CopyArrayFrom ( this dst, int dstExtraOffset, ServerAsyncEventArgs e ) : void
dst this
dstExtraOffset int
e ServerAsyncEventArgs
리턴 void

CopyArrayFrom() 공개 정적인 메소드

public static CopyArrayFrom ( this dst, int dstExtraOffset, byte srcBuffer, int srcOffset, int srcCount ) : void
dst this
dstExtraOffset int
srcBuffer byte
srcOffset int
srcCount int
리턴 void

CopyArrayTo() 공개 정적인 메소드

public static CopyArrayTo ( this src, ArraySegment dst ) : void
src this
dst ArraySegment
리턴 void

IsInvalid() 공개 정적인 메소드

public static IsInvalid ( this segment ) : bool
segment this
리턴 bool

IsValid() 공개 정적인 메소드

public static IsValid ( this segment ) : bool
segment this
리턴 bool