OutputStreamInvoker Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public class OutputStreamInvoker : System.IO.Stream
type OutputStreamInvoker = class
inherit Stream
- Herencia
-
OutputStreamInvoker
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Constructores
| Nombre | Description |
|---|---|
| OutputStreamInvoker(OutputStream) | |
Propiedades
| Nombre | Description |
|---|---|
| BaseOutputStream | |
| CanRead | |
| CanSeek | |
| CanWrite | |
| Length | |
| Position | |
Métodos
| Nombre | Description |
|---|---|
| Close() | |
| Dispose(Boolean) | |
| Flush() | |
| FromJniHandle(IntPtr, JniHandleOwnership) | |
| Read(Byte[], Int32, Int32) | |
| Seek(Int64, SeekOrigin) | |
| SetLength(Int64) | |
| Write(Byte[], Int32, Int32) | |