메소드 | 설명 | |
---|---|---|
Close ( ) : void | ||
Flush ( ) : void | ||
GetSize ( ) : long | ||
Read ( byte buffer, int offset, int count ) : int | ||
RtfNilOutputStream ( ) : System | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte src, int off, int len ) : void | ||
WriteByte ( byte value ) : void |
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 |