Stream
Implements: cs.system.IDisposable
Static Members
Null: Stream| Name | Type |
|---|---|
stream |
Stream |
| Returns |
|---|
| Stream |
Instance Members
WriteTimeout: IntReadTimeout: IntPosition: haxe.Int64Length: haxe.Int64CanTimeout: BoolCanWrite: BoolCanSeek: BoolCanRead: BoolDispose(): VoidClose(): VoidCreateWaitHandle(): cs.system.threading.WaitHandle| Returns |
|---|
| cs.system.threading.WaitHandle |
Flush(): VoidRead(buffer: cs.NativeArray<cs.types.UInt8>, offset: Int, count: Int): Int| Name | Type |
|---|---|
buffer |
cs.NativeArray<cs.types.UInt8> |
offset |
Int |
count |
Int |
| Returns |
|---|
| Int |
ReadByte(): Int| Returns |
|---|
| Int |
Seek(offset: haxe.Int64, origin: Anonymous): haxe.Int64| Name | Type |
|---|---|
offset |
haxe.Int64 |
origin |
Anonymous |
| Returns |
|---|
| haxe.Int64 |
SetLength(value: haxe.Int64): Void| Name | Type |
|---|---|
value |
haxe.Int64 |
Write(buffer: cs.NativeArray<cs.types.UInt8>, offset: Int, count: Int): Void| Name | Type |
|---|---|
buffer |
cs.NativeArray<cs.types.UInt8> |
offset |
Int |
count |
Int |
WriteByte(value: cs.types.UInt8): Void| Name | Type |
|---|---|
value |
cs.types.UInt8 |
BeginRead(buffer: cs.NativeArray<cs.types.UInt8>, offset: Int, count: Int, callback: cs.system.AsyncCallback, state: Dynamic): cs.system.IAsyncResult| Name | Type |
|---|---|
buffer |
cs.NativeArray<cs.types.UInt8> |
offset |
Int |
count |
Int |
callback |
cs.system.AsyncCallback |
state |
Dynamic |
| Returns |
|---|
| cs.system.IAsyncResult |
BeginWrite(buffer: cs.NativeArray<cs.types.UInt8>, offset: Int, count: Int, callback: cs.system.AsyncCallback, state: Dynamic): cs.system.IAsyncResult| Name | Type |
|---|---|
buffer |
cs.NativeArray<cs.types.UInt8> |
offset |
Int |
count |
Int |
callback |
cs.system.AsyncCallback |
state |
Dynamic |
| Returns |
|---|
| cs.system.IAsyncResult |
EndRead(asyncResult: cs.system.IAsyncResult): Int| Name | Type |
|---|---|
asyncResult |
cs.system.IAsyncResult |
| Returns |
|---|
| Int |
EndWrite(asyncResult: cs.system.IAsyncResult): Void| Name | Type |
|---|---|
asyncResult |
cs.system.IAsyncResult |
new(): VoidMetadata
| Name | Parameters |
|---|---|
:nativeGen |
- |
:abstract |
- |
:libType |
- |
:csNative |
- |