C# 클래스 Akka.IO.ByteString

파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty ByteString

공개 메소드들

메소드 설명
FromArray ( byte array ) : ByteString

Creates a new ByteString by copying a byte array.

FromArray ( byte array, int offset, int length ) : ByteString

Creates a new ByteString by copying length bytes starting at offset from an Array.

FromByteBuffer ( ByteBuffer buffer ) : ByteString
FromString ( string str ) : ByteString

Creates a new ByteString which will contain the UTF-8 representation of the given String

FromString ( string str, Encoding encoding ) : ByteString

Creates a new ByteString which will contain the representation of the given String in the given charset

NewBuilder ( ) : ByteStringBuilder

비공개 메소드들

메소드 설명
Compare ( ByteString b1, ByteString b2 ) : int
Create ( ByteString1 b, ByteStrings bs ) : ByteString

메소드 상세

FromArray() 공개 메소드

Creates a new ByteString by copying a byte array.
public FromArray ( byte array ) : ByteString
array byte
리턴 ByteString

FromArray() 공개 메소드

Creates a new ByteString by copying length bytes starting at offset from an Array.
public FromArray ( byte array, int offset, int length ) : ByteString
array byte
offset int
length int
리턴 ByteString

FromByteBuffer() 공개 정적인 메소드

public static FromByteBuffer ( ByteBuffer buffer ) : ByteString
buffer ByteBuffer
리턴 ByteString

FromString() 공개 정적인 메소드

Creates a new ByteString which will contain the UTF-8 representation of the given String
public static FromString ( string str ) : ByteString
str string
리턴 ByteString

FromString() 공개 정적인 메소드

Creates a new ByteString which will contain the representation of the given String in the given charset
public static FromString ( string str, Encoding encoding ) : ByteString
str string
encoding System.Text.Encoding
리턴 ByteString

NewBuilder() 공개 정적인 메소드

public static NewBuilder ( ) : ByteStringBuilder
리턴 ByteStringBuilder

프로퍼티 상세

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

public static ByteString,Akka.IO Empty
리턴 ByteString