C# Class Akka.IO.ByteString.ByteString1

Inheritance: ByteString
Mostra file Open project: rogeralsing/akka.net

Public Methods

Method Description
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

Private Methods

Method Description
checkRangeConvert ( int index ) : int

Method Details

AsByteBuffer() public final method

public final AsByteBuffer ( ) : ByteBuffer
return ByteBuffer

ByteString1() public method

public ByteString1 ( byte bytes ) : System
bytes byte
return System

ByteString1() public method

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

Compact() public method

Concat() public method

public Concat ( ByteString that ) : ByteString
that ByteString
return ByteString

DecodeString() public method

public DecodeString ( Encoding charset ) : string
charset System.Text.Encoding
return string

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

IsCompact() public method

public IsCompact ( ) : bool
return bool

Iterator() public method

public Iterator ( ) : ByteIterator
return ByteIterator

this() public method

public this ( int idx ) : byte
idx int
return byte