haXe API Documentation
Back |
Indexextern class system.io.Stream
Available in cs
- var CanRead(default,null) : Bool
- var CanSeek(default,null) : Bool
- var CanTimeout(default,null) : Bool
- var CanWrite(default,null) : Bool
- var Length(default,null) : haxe.Int64
- var Position(default,null) : haxe.Int64
- var ReadTimeout : Bool
- var WriteTimeout : Bool
- function Close() : Void
- function CopyTo(dest : Stream) : Void
- function Dispose() : Void
- function Flush() : Void
- function Read(buf : haxe.io.BytesData, offset : Int, count : Int) : Int
- function ReadByte() : Int
- function Seek(offset : haxe.Int64, origin : SeekOrigin) : haxe.Int64
- function SetLength(value : haxe.Int64) : Void
- function Write(buf : haxe.io.BytesData, offset : Int, count : Int) : Void
- function WriteByte(value : cs.UInt8) : Void
Back |
Index