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: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 ():VoidDispose ():Voidprivate Dispose (disposing:Bool):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):Voidstatic read only Null:Streamstatic Synchronized (stream:Stream):Stream
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/io/Stream.html