Метод | Описание | |
---|---|---|
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. | |
Результат | System.IO |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | The buffer. |
offset | int | The offset. |
count | int | The count. |
Результат | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | The offset. |
origin | SeekOrigin | The origin. |
Результат | long |
public SetLength ( long value ) : void | ||
value | long | The value. |
Результат | void |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | The buffer. |
offset | int | The offset. |
count | int | The count. |
Результат | void |
public WriteByte ( byte value ) : void | ||
value | byte | The value. |
Результат | void |