Click or drag to resize

ByteInputStream Class

An buffer of bytes that can be read sequentially.
Inheritance Hierarchy
SystemObject
  FM.IceLinkByteInputStream

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The ByteInputStream type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAvailable
Gets the number of available bytes for reading.
Top
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