ByteIterator Methods |
The ByteIterator type exposes the following members.
Name | Description | |
---|---|---|
Clear |
TBD
| |
Clone |
N/A
| |
CopyToBuffer |
TBD
| |
Drop |
TBD
| |
DropWhile |
N/A
| |
Duplicate |
TBD
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FoldLeftT |
TBD
| |
ForEach |
TBD
| |
GetByte |
Get a single Byte from this iterator. Identical to next().
| |
GetBytes(Int32) |
TBD
| |
GetBytes(Byte, Int32, Int32) |
TBD
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetInt |
Get a single Int from this iterator.
| |
GetLong |
Get a single Long from this iterator.
| |
GetShort |
Get a single Short from this iterator.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf |
TBD
| |
IndexWhere |
TBD
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Next |
TBD
| |
Slice |
TBD
| |
Span |
TBD
| |
Take |
TBD
| |
TakeWhile |
N/A
| |
ToArray |
TBD
| |
ToByteString |
TBD
| |
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.) |