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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

메소드 상세

AsByteBuffer() 공개 최종 메소드

public final AsByteBuffer ( ) : ByteBuffer
리턴 ByteBuffer

ByteStrings() 공개 메소드

public ByteStrings ( ) : System
리턴 System

ByteStrings() 공개 메소드

public ByteStrings ( ByteString1 byteStrings, int length ) : System
byteStrings ByteString1
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