C# 클래스 RampUp.Buffers.ByteChunk

An ArraySegment{T} counterpart for unmanaged chunk of bytes.
파일 보기 프로젝트 열기: Scooletz/RampUp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty ByteChunk
Length int
Pointer byte*

공개 메소드들

메소드 설명
ByteChunk ( byte pointer, int length ) : System
Equals ( ByteChunk other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

메소드 상세

ByteChunk() 공개 메소드

public ByteChunk ( byte pointer, int length ) : System
pointer byte
length int
리턴 System

Equals() 공개 메소드

public Equals ( ByteChunk other ) : bool
other ByteChunk
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static ByteChunk,RampUp.Buffers Empty
리턴 ByteChunk

Length 공개적으로 프로퍼티

public int Length
리턴 int

Pointer 공개적으로 프로퍼티

public byte* Pointer
리턴 byte*