MemoryStream
cs.system.MarshalByRefObject → Stream → cs.system.io.MemoryStream (extern class)
Instance Members
Position: haxe.Int64
Length: haxe.Int64
Capacity: Int
CanWrite: Bool
CanSeek: Bool
CanRead: Bool
Name | Type |
---|---|
disposing |
Bool |
Flush(): Void
GetBuffer(): 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(): Void
Metadata
Name | Parameters |
---|---|
:nativeGen |
- |
:libType |
- |
:csNative |
- |