메소드 | 설명 | |
---|---|---|
Flush ( ) : void | ||
Read ( byte buffer, int offset, int count ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
ThrottledStream ( Stream baseStream ) : System | ||
ThrottledStream ( Stream baseStream, long maximumBytesPerSecond ) : System | ||
ToString ( ) : string | ||
Write ( byte buffer, int offset, int count ) : void |
메소드 | 설명 | |
---|---|---|
Reset ( ) : void | ||
Throttle ( int bufferSizeInBytes ) : 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 |
protected Throttle ( int bufferSizeInBytes ) : void | ||
bufferSizeInBytes | int | |
리턴 | void |
public ThrottledStream ( Stream baseStream ) : System | ||
baseStream | Stream | |
리턴 | System |
public ThrottledStream ( Stream baseStream, long maximumBytesPerSecond ) : System | ||
baseStream | Stream | |
maximumBytesPerSecond | long | |
리턴 | System |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | void |