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

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

공개 메소드들

메소드 설명
AsByteBuffer ( ) : ByteBuffer
ByteString1C ( byte bytes ) : System
Concat ( ByteString that ) : ByteString
DecodeString ( Encoding charset ) : string
GetEnumerator ( ) : IEnumerator
Iterator ( ) : ByteIterator
Slice ( int from, int until ) : ByteString
this ( int idx ) : byte

비공개 메소드들

메소드 설명
ToByteString1 ( ) : ByteString1

메소드 상세

AsByteBuffer() 공개 최종 메소드

public final AsByteBuffer ( ) : ByteBuffer
리턴 ByteBuffer

ByteString1C() 공개 메소드

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

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

Iterator() 공개 메소드

public Iterator ( ) : ByteIterator
리턴 ByteIterator

Slice() 공개 메소드

public Slice ( int from, int until ) : ByteString
from int
until int
리턴 ByteString

this() 공개 메소드

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