Method | Description | |
---|---|---|
AddByteArray ( byte arrayToAdd ) : void | ||
ByteArrayListStream ( ) : System | ||
Complete ( ) : void | ||
Flush ( ) : void | ||
Read ( byte buffer, int offset, int count ) : int | ||
ReadAsync ( byte buffer, int offset, int count, |
||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetException ( |
||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int count ) : void | ||
WriteByte ( byte value ) : void |
public AddByteArray ( byte arrayToAdd ) : void | ||
arrayToAdd | byte | |
return | void |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public ReadAsync ( byte buffer, int offset, int count, |
||
buffer | byte | |
offset | int | |
count | int | |
cancellationToken | ||
return | Task |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
return | long |
public SetException ( |
||
ex | ||
return | void |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |