C# Class Akka.IO.ByteString.ByteStrings

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

Private Properties

Property Type Description

Public Methods

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

Method Details

AsByteBuffer() public final method

public final AsByteBuffer ( ) : ByteBuffer
return ByteBuffer

ByteStrings() public method

public ByteStrings ( ) : System
return System

ByteStrings() public method

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