Method | Description | |
---|---|---|
NondestructiveBinaryReader ( Stream input ) : System |
Initializes a new instance of the NondestructiveBinaryReader class.
|
|
NondestructiveBinaryReader ( Stream input, |
Initializes a new instance of the NondestructiveBinaryReader class.
|
|
Peek ( ) : int |
Peeks this positions byte.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the T:System.IO.BinaryReader class and optionally releases the managed resources.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
return | void |
public NondestructiveBinaryReader ( Stream input ) : System | ||
input | Stream | The input. |
return | System |
public NondestructiveBinaryReader ( Stream input, |
||
input | Stream | The supplied stream. |
encoding | The character encoding. | |
return | System |