package cs.system.io
extends MarshalByRefObject
implements IDisposable
extended by FileStream, MemoryStream, NetworkStream
Available on csread only CanRead:Boolread only CanSeek:Boolread only CanTimeout:Boolread only CanWrite:Boolread only Length:Int64Position:Int64ReadTimeout:IntWriteTimeout:Int BeginRead (buffer:NativeArray<UInt8>, offset:Int, count:Int, callback:AsyncCallback, state:Dynamic):IAsyncResult BeginWrite (buffer:NativeArray<UInt8>, offset:Int, count:Int, callback:AsyncCallback, state:Dynamic):IAsyncResult Close ():Void Dispose ():Voidprivate Dispose (disposing:Bool):Void EndRead (asyncResult:IAsyncResult):Int EndWrite (asyncResult:IAsyncResult):Void Flush ():Void Read (buffer:NativeArray<UInt8>, offset:Int, count:Int):Int ReadByte ():Int Seek (offset:Int64, origin:SeekOrigin):Int64 SetLength (value:Int64):Void Write (buffer:NativeArray<UInt8>, offset:Int, count:Int):Void WriteByte (value:UInt8):Void static read only Null:Stream static Synchronized (stream:Stream):Stream
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/io/Stream.html