![]() | ByteString Methods |
The ByteString type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsByteBuffer |
TBD
|
![]() | Compact |
TBD
|
![]() | Concat |
TBD
|
![]() | CopyToBuffer |
TBD
|
![]() ![]() | Create(Byte) |
TBD
|
![]() ![]() | Create(ByteBuffer) |
TBD
|
![]() ![]() | Create(Byte, Int32, Int32) |
TBD
|
![]() | DecodeString |
TBD
|
![]() | DecodeString(Encoding) |
TBD
|
![]() | Drop |
TBD
|
![]() | DropRight |
TBD
|
![]() | DropWhile |
TBD
|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) |
![]() | Equals(ByteString) | Indicates whether the current object is equal to another object of the same type. |
![]() | 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.
|
![]() | FromArray(Byte, Int32, Int32) |
Creates a new ByteString by copying length bytes starting at offset from
an Array.
|
![]() ![]() | FromByteBuffer |
TBD
|
![]() ![]() | FromString(String) |
Creates a new ByteString which will contain the UTF-8 representation of the given String
|
![]() ![]() | FromString(String, Encoding) |
Creates a new ByteString which will contain the representation of the given String in the given charset
|
![]() | GetEnumerator |
N/A
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf |
TBD
|
![]() | IndexWhere |
TBD
|
![]() | Init |
TBD
|
![]() | IsCompact |
TBD
|
![]() | Iterator |
TBD
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | newBuilder |
TBD
|
![]() ![]() | NewBuilder |
TBD
|
![]() | Slice |
TBD
|
![]() | Span |
TBD
|
![]() | SplitAt |
TBD
|
![]() | Tail |
TBD
|
![]() | Take |
TBD
|
![]() | TakeRight |
TBD
|
![]() | TakeWhile |
TBD
|
![]() | ToArray |
TBD
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | AsInstanceOfT |
TBD
(Defined by Extensions.) |
![]() | ConcatByte |
TBD
(Defined by Extensions.) |
![]() | DropByte |
Scala alias for Skip
(Defined by Extensions.) |
![]() | ForEachByte |
Applies a delegate action to all elements of this enumerable.
(Defined by Extensions.) |
![]() | GroupedByte |
Partitions elements in fixed size
Credits to http://stackoverflow.com/a/13731854/465132
(Defined by EnumerableExtensions.) |
![]() | HeadByte |
Scala alias for FirstOrDefault
(Defined by Extensions.) |
![]() | IteratorByte |
TBD
(Defined by EnumeratorExtensions.) |
![]() | 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.) |
![]() | ShouldBeByte |
TBD
(Defined by AkkaSpecExtensions.) |
![]() | ShouldHaveCountByte |
TBD
(Defined by AkkaSpecExtensions.) |
![]() | ShouldOnlyContainInOrderByte |
TBD
(Defined by AkkaSpecExtensions.) |
![]() | TakeRightByte |
Selects last n elements.
(Defined by Extensions.) |