ByteInputStream Class |
Namespace: FM.IceLink
The ByteInputStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | ByteInputStream(Byte) |
Initializes a new instance of the ByteInputStream class.
|
![]() | ByteInputStream(Byte, Int32) |
Initializes a new instance of the ByteInputStream class.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Mark |
Marks the current position for a later reset.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Read |
Reads a value from the byte array.
|
![]() | Read(Byte, Int32, Int32) |
Reads a segment from the byte array.
|
![]() | Reset |
Resets the stream to the marked position.
|
![]() | Skip |
Advances the stream position by the amount specified.
|
![]() | ToString | (Inherited from Object.) |