Click or drag to resize
Akka.NETCompactByteString Class
TBD
TBD
Inheritance Hierarchy

Namespace:  Akka.IO
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
[SerializableAttribute]
public abstract class CompactByteString : ByteString

The CompactByteString type exposes the following members.

Constructors
  NameDescription
Protected methodCompactByteString
Initializes a new instance of the CompactByteString class
Top
Properties
  NameDescription
Public propertyCount
TBD
(Inherited from ByteString.)
Public propertyHead
TBD
(Inherited from ByteString.)
Public propertyIsEmpty
TBD
(Inherited from ByteString.)
Public propertyItem
TBD
(Inherited from ByteString.)
Public propertyLast
TBD
(Inherited from ByteString.)
Public propertyNonEmpty
TBD
(Inherited from ByteString.)
Top
Methods
  NameDescription
Public methodAsByteBuffer
TBD
(Inherited from ByteString.)
Public methodCompact
TBD
(Overrides ByteStringCompact.)
Public methodConcat
TBD
(Inherited from ByteString.)
Public methodCopyToBuffer
TBD
(Inherited from ByteString.)
Public methodDecodeString
TBD
(Inherited from ByteString.)
Public methodDecodeString(Encoding)
TBD
(Inherited from ByteString.)
Public methodDrop
TBD
(Inherited from ByteString.)
Public methodDropRight
TBD
(Inherited from ByteString.)
Public methodDropWhile
TBD
(Inherited from ByteString.)
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from ByteString.)
Public methodEquals(ByteString)
Indicates whether the current object is equal to another object of the same type.
(Inherited from ByteString.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFromArray(Byte)
Creates a new ByteString by copying a byte array.
(Inherited from ByteString.)
Public methodStatic memberFromArray(Byte, Int32, Int32)
TBD
Public methodStatic memberFromString
TBD
Public methodGetEnumerator
N/A
(Inherited from ByteString.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
TBD
(Inherited from ByteString.)
Public methodIndexWhere
TBD
(Inherited from ByteString.)
Public methodInit
TBD
(Inherited from ByteString.)
Public methodIsCompact
TBD
(Overrides ByteStringIsCompact.)
Public methodIterator
TBD
(Inherited from ByteString.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodnewBuilder
TBD
(Inherited from ByteString.)
Public methodSlice
TBD
(Inherited from ByteString.)
Public methodSpan
TBD
(Inherited from ByteString.)
Public methodSplitAt
TBD
(Inherited from ByteString.)
Public methodTail
TBD
(Inherited from ByteString.)
Public methodTake
TBD
(Inherited from ByteString.)
Public methodTakeRight
TBD
(Inherited from ByteString.)
Public methodTakeWhile
TBD
(Inherited from ByteString.)
Public methodToArray
TBD
(Inherited from ByteString.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also