메소드 | 설명 | |
---|---|---|
Flush ( ) : void | ||
PeekByte ( ) : int | ||
RawReader ( Stream input ) : System | ||
RawReader ( Stream input, bool strictDecoding ) : System | ||
Read ( byte buffer, int offset, int count ) : int | ||
ReadByte ( ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int count ) : void |
public RawReader ( Stream input, bool strictDecoding ) : System | ||
input | Stream | |
strictDecoding | bool | |
리턴 | System |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
리턴 | long |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | void |