package cs.system.io
extends MarshalByRefObject
implements IDisposable
extended by FileStream, MemoryStream, NetworkStream
Available on cs
staticread onlyNull:StreamstaticSynchronized(stream:Stream):Streamread onlyCanRead:Boolread onlyCanSeek:Boolread onlyCanTimeout:Boolread onlyCanWrite:Boolread onlyLength:Int64Position:Int64ReadTimeout:IntWriteTimeout:IntBeginRead(buffer:NativeArray<UInt8>, offset:Int, count:Int, callback:AsyncCallback, state:Dynamic):IAsyncResultBeginWrite(buffer:NativeArray<UInt8>, offset:Int, count:Int, callback:AsyncCallback, state:Dynamic):IAsyncResultClose():VoidfinalDispose():VoidEndRead(asyncResult:IAsyncResult):IntEndWrite(asyncResult:IAsyncResult):VoidFlush():VoidRead(buffer:NativeArray<UInt8>, offset:Int, count:Int):IntReadByte():IntSeek(offset:Int64, origin:SeekOrigin):Int64SetLength(value:Int64):VoidWrite(buffer:NativeArray<UInt8>, offset:Int, count:Int):VoidWriteByte(value:UInt8):Void
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/io/Stream.html