Метод | Описание | |
---|---|---|
BeginRead ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult |
Begins the read on the wrapped instance.
|
|
Flush ( ) : void |
Flush the wrapped instance.
|
|
Read ( byte buffer, int offset, int count ) : int |
Read the specified buffer, offset and count.
|
|
Seek ( long offset, SeekOrigin origin ) : long |
Seeks on the wrapped instance with the specified offset and origin.
|
|
SetLength ( long value ) : void |
Sets the length of the wrapped instance.
|
|
TransmissionStream ( Stream wrappedStream, |
Initializes a new instance of the CmisSync.Lib.Streams.TransmissionStream class.
|
|
Write ( byte buffer, int offset, int count ) : void |
Write the specified buffer, offset and count.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
public BeginRead ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
buffer | byte | /// Buffer passed to the wrapped instance. /// |
offset | int | /// Offset passed to the wrapped instance. /// |
count | int | /// Count passed to the wrapped instance. /// |
callback | AsyncCallback | /// Callback passed to the wrapped instance. /// |
state | object | /// State passed to the wrapped instance. /// |
Результат | IAsyncResult |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | /// Buffer passed to the wrapped instance. /// |
offset | int | /// Offset passed to the wrapped instance. /// |
count | int | /// Count passed to the wrapped instance. /// |
Результат | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | /// Offset passed to the wrapped instance. /// |
origin | SeekOrigin | /// Origin passed to the wrapped instance. /// |
Результат | long |
public SetLength ( long value ) : void | ||
value | long | /// Value passed to the wrapped instance. /// |
Результат | void |
public TransmissionStream ( Stream wrappedStream, |
||
wrappedStream | Stream | Wrapped stream. |
transmission | Transmission object to be notified about changes and listened to events as well. | |
Результат | System |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | /// Buffer passed to the wrapped instance. /// |
offset | int | /// Offset passed to the wrapped instance. /// |
count | int | /// Count passed to the wrapped instance. /// |
Результат | void |