C# 클래스 Akka.IO.ByteString.ByteString1

상속: ByteString
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
AsByteBuffer ( ) : ByteBuffer
ByteString1 ( byte bytes ) : System
ByteString1 ( byte bytes, int startIndex, int length ) : System
Compact ( ) : CompactByteString
Concat ( ByteString that ) : ByteString
DecodeString ( Encoding charset ) : string
GetEnumerator ( ) : IEnumerator
IsCompact ( ) : bool
Iterator ( ) : ByteIterator
this ( int idx ) : byte

비공개 메소드들

메소드 설명
checkRangeConvert ( int index ) : int

메소드 상세

AsByteBuffer() 공개 최종 메소드

public final AsByteBuffer ( ) : ByteBuffer
리턴 ByteBuffer

ByteString1() 공개 메소드

public ByteString1 ( byte bytes ) : System
bytes byte
리턴 System

ByteString1() 공개 메소드

public ByteString1 ( byte bytes, int startIndex, int length ) : System
bytes byte
startIndex int
length int
리턴 System

Compact() 공개 메소드

Concat() 공개 메소드

public Concat ( ByteString that ) : ByteString
that ByteString
리턴 ByteString

DecodeString() 공개 메소드

public DecodeString ( Encoding charset ) : string
charset System.Text.Encoding
리턴 string

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IsCompact() 공개 메소드

public IsCompact ( ) : bool
리턴 bool

Iterator() 공개 메소드

public Iterator ( ) : ByteIterator
리턴 ByteIterator

this() 공개 메소드

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