CompactByteString Class |
Namespace: Akka.IO
The CompactByteString type exposes the following members.
Name | Description | |
---|---|---|
CompactByteString | Initializes a new instance of the CompactByteString class |
Name | Description | |
---|---|---|
Count |
TBD
(Inherited from ByteString.) | |
Head |
TBD
(Inherited from ByteString.) | |
IsEmpty |
TBD
(Inherited from ByteString.) | |
Item |
TBD
(Inherited from ByteString.) | |
Last |
TBD
(Inherited from ByteString.) | |
NonEmpty |
TBD
(Inherited from ByteString.) |
Name | Description | |
---|---|---|
AsByteBuffer |
TBD
(Inherited from ByteString.) | |
Compact |
TBD
(Overrides ByteStringCompact.) | |
Concat |
TBD
(Inherited from ByteString.) | |
CopyToBuffer |
TBD
(Inherited from ByteString.) | |
DecodeString |
TBD
(Inherited from ByteString.) | |
DecodeString(Encoding) |
TBD
(Inherited from ByteString.) | |
Drop |
TBD
(Inherited from ByteString.) | |
DropRight |
TBD
(Inherited from ByteString.) | |
DropWhile |
TBD
(Inherited from ByteString.) | |
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from ByteString.) | |
Equals(ByteString) | Indicates whether the current object is equal to another object of the same type. (Inherited from ByteString.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FromArray(Byte) |
Creates a new ByteString by copying a byte array.
(Inherited from ByteString.) | |
FromArray(Byte, Int32, Int32) |
TBD
| |
FromString |
TBD
| |
GetEnumerator |
N/A
(Inherited from ByteString.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf |
TBD
(Inherited from ByteString.) | |
IndexWhere |
TBD
(Inherited from ByteString.) | |
Init |
TBD
(Inherited from ByteString.) | |
IsCompact |
TBD
(Overrides ByteStringIsCompact.) | |
Iterator |
TBD
(Inherited from ByteString.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
newBuilder |
TBD
(Inherited from ByteString.) | |
Slice |
TBD
(Inherited from ByteString.) | |
Span |
TBD
(Inherited from ByteString.) | |
SplitAt |
TBD
(Inherited from ByteString.) | |
Tail |
TBD
(Inherited from ByteString.) | |
Take |
TBD
(Inherited from ByteString.) | |
TakeRight |
TBD
(Inherited from ByteString.) | |
TakeWhile |
TBD
(Inherited from ByteString.) | |
ToArray |
TBD
(Inherited from ByteString.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |