메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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. |
리턴 | void |
public NondestructiveBinaryReader ( Stream input ) : System | ||
input | Stream | The input. |
리턴 | System |
public NondestructiveBinaryReader ( Stream input, |
||
input | Stream | The supplied stream. |
encoding | The character encoding. | |
리턴 | System |