Method | Description | |
---|---|---|
Abort ( ) : void |
Abort this instance.
|
|
AbortableStream ( Stream s ) : System |
Initializes a new instance of the CmisSync.Lib.Streams.AbortableStream class.
|
|
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.
|
public AbortableStream ( Stream s ) : System | ||
s | Stream | Stream which should be abortable. |
return | System |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | /// Buffer. /// |
offset | int | /// Offset. /// |
count | int | /// Count. /// |
return | int |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | /// Buffer. /// |
offset | int | /// Offset. /// |
count | int | /// Count. /// |
return | void |