Méthode | Description | |
---|---|---|
AppInputStream ( ) : System.Collections.Generic |
Initializes a new instance of the AppInputStream 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 value ) : void |
Writes the specified value.
|
|
Write ( byte buffer, int offset, int count ) : void |
Writes the specified buffer.
|
|
WriteByte ( byte value ) : void |
Writes the byte.
|
public AppInputStream ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | The buffer. |
offset | int | The offset. |
count | int | The count. |
Résultat | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | The offset. |
origin | SeekOrigin | The origin. |
Résultat | long |
public SetLength ( long value ) : void | ||
value | long | The value. |
Résultat | void |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | The buffer. |
offset | int | The offset. |
count | int | The count. |
Résultat | void |
public WriteByte ( byte value ) : void | ||
value | byte | The value. |
Résultat | void |