Method | Description | |
---|---|---|
AppOutputStream ( |
Initializes a new instance of the AppOutputStream class.
|
|
Flush ( ) : void |
|
|
Read ( byte buffer, int offset, int count ) : int |
Reads the specified buffer.
|
|
ReadByte ( ) : int |
|
|
Seek ( long offset, SeekOrigin origin ) : long |
Seeks the specified offset.
|
|
SetLength ( long value ) : void |
Sets the length.
|
|
Write ( byte buffer, int offset, int count ) : void |
Writes the specified buffer.
|
|
WriteByte ( byte value ) : void |
Writes the byte.
|
public AppOutputStream ( |
||
session | The session. | |
return | System.IO |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | The buffer. |
offset | int | The offset. |
count | int | The count. |
return | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | The offset. |
origin | SeekOrigin | The origin. |
return | long |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | The buffer. |
offset | int | The offset. |
count | int | The count. |
return | void |