메소드 | 설명 | |
---|---|---|
Flush ( ) : void | ||
Read ( byte buffer, int offset, int count ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte buf ) : void |
Counts the written bytes.
|
|
Write ( byte buf, int off, int len ) : void |
Counts the written bytes.
|
|
Write ( int b ) : void |
Counts the written bytes.
|
메소드 | 설명 | |
---|---|---|
CountOutputStream ( Stream outp ) : System |
Constructor with providing the output stream to decorate.
|
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 |