Метод | Описание | |
---|---|---|
BandwidthNotifyingStream ( Stream s ) : System | ||
Close ( ) : void |
Close this instance and calculates the bandwidth of the last second.
|
|
Read ( byte buffer, int offset, int count ) : int |
Read the specified buffer, offset and count.
|
|
Write ( byte buffer, int offset, int count ) : void |
Write the specified buffer, offset and count.
|
Метод | Описание | |
---|---|---|
CalcBitsPerSecond ( System.DateTime start, System.DateTime end, long bytes ) : long |
Calculates the bits per second.
|
|
CalculateBandwidth ( int transmittedBytes ) : void |
Calculates the bandwidth.
|
public BandwidthNotifyingStream ( Stream s ) : System | ||
s | Stream | |
Результат | System |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | /// Buffer. /// |
offset | int | /// Offset. /// |
count | int | /// Count. /// |
Результат | int |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | /// Buffer. /// |
offset | int | /// Offset. /// |
count | int | /// Count. /// |
Результат | void |