MemoryStream
cs.system.MarshalByRefObject → Stream → cs.system.io.MemoryStream (extern class)
Instance Members
Position: haxe.Int64Length: haxe.Int64Capacity: IntCanWrite: BoolCanSeek: BoolCanRead: Bool| Name | Type |
|---|---|
disposing |
Bool |
Flush(): VoidGetBuffer(): cs.NativeArray<cs.types.UInt8>| Returns |
|---|
| cs.NativeArray<cs.types.UInt8> |
Read(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, loc: Anonymous): haxe.Int64| Name | Type |
|---|---|
offset |
haxe.Int64 |
loc |
Anonymous |
| Returns |
|---|
| haxe.Int64 |
SetLength(value: haxe.Int64): Void| Name | Type |
|---|---|
value |
haxe.Int64 |
ToArray(): cs.NativeArray<cs.types.UInt8>| Returns |
|---|
| cs.NativeArray<cs.types.UInt8> |
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 |
| Name | Type |
|---|---|
stream |
Stream |
new(): VoidMetadata
| Name | Parameters |
|---|---|
:nativeGen |
- |
:libType |
- |
:csNative |
- |