| ByteInputStream Methods | 
The ByteInputStream type exposes the following members.
 Methods
Methods| 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.) | 
 See Also
See Also