MemoryStream

cs.system.MarshalByRefObjectStreamcs.system.io.MemoryStream (extern class)

Instance Members

Position: haxe.Int64

Length: haxe.Int64

Capacity: Int

CanWrite: Bool

CanSeek: Bool

CanRead: Bool

Dispose(disposing: Bool): Void
Name Type
disposing Bool

Flush(): Void

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

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

WriteTo(stream: Stream): Void
Name Type
stream Stream

new(): Void

Metadata

Name Parameters
:nativeGen -
:libType -
:csNative -