Click or drag to resize
Akka.NETByteIterator Class
TBD
Inheritance Hierarchy
SystemObject
  Akka.UtilByteIterator

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract class ByteIterator

The ByteIterator type exposes the following members.

Constructors
  NameDescription
Protected methodByteIterator
Initializes a new instance of the ByteIterator class
Top
Properties
  NameDescription
Public propertyHasNext
TBD
Public propertyHead
TBD
Public propertyLen
TBD
Top
Methods
  NameDescription
Protected methodClear
TBD
Public methodClone
N/A
Public methodCopyToBuffer
TBD
Public methodDrop
TBD
Public methodDropWhile
N/A
Public methodDuplicate
TBD
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 methodFoldLeftT
TBD
Public methodForEach
TBD
Public methodGetByte
Get a single Byte from this iterator. Identical to next().
Public methodGetBytes(Int32)
TBD
Public methodGetBytes(Byte, Int32, Int32)
TBD
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInt
Get a single Int from this iterator.
Public methodGetLong
Get a single Long from this iterator.
Public methodGetShort
Get a single Short from this iterator.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
TBD
Public methodIndexWhere
TBD
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNext
TBD
Public methodSlice
TBD
Public methodSpan
TBD
Public methodTake
TBD
Public methodTakeWhile
N/A
Public methodToArray
TBD
Public methodToByteString
TBD
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also