Click or drag to resize

ByteInputStream Methods

The ByteInputStream type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodMark
Marks the current position for a later reset.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRead
Reads a value from the byte array.
Public methodRead(Byte, Int32, Int32)
Reads a segment from the byte array.
Public methodReset
Resets the stream to the marked position.
Public methodSkip
Advances the stream position by the amount specified.
Public methodToString (Inherited from Object.)
Top
See Also