package cs.system.io
extends Stream › MarshalByRefObject
Available on cs
finalnew(handle:IntPtr, access:FileAccess)finalnew(path:String, mode:FileMode, rights:FileSystemRights, share:FileShare, bufferSize:Int, options:FileOptions, fileSecurity:FileSecurity)finalnew(path:String, mode:FileMode, rights:FileSystemRights, share:FileShare, bufferSize:Int, options:FileOptions)finalnew(handle:SafeFileHandle, access:FileAccess, bufferSize:Int, isAsync:Bool)finalnew(handle:SafeFileHandle, access:FileAccess, bufferSize:Int)finalnew(handle:SafeFileHandle, access:FileAccess)finalnew(path:String, mode:FileMode, access:FileAccess, share:FileShare, bufferSize:Int, options:FileOptions)finalnew(path:String, mode:FileMode, access:FileAccess, share:FileShare, bufferSize:Int, useAsync:Bool)finalnew(path:String, mode:FileMode, access:FileAccess, share:FileShare, bufferSize:Int)finalnew(path:String, mode:FileMode, access:FileAccess, share:FileShare)finalnew(path:String, mode:FileMode, access:FileAccess)finalnew(path:String, mode:FileMode)finalnew(handle:IntPtr, access:FileAccess, ownsHandle:Bool, bufferSize:Int, isAsync:Bool)finalnew(handle:IntPtr, access:FileAccess, ownsHandle:Bool, bufferSize:Int)finalnew(handle:IntPtr, access:FileAccess, ownsHandle:Bool)read onlyHandle:IntPtrread onlyIsAsync:Boolread onlyName:Stringread onlySafeFileHandle:SafeFileHandlefinalGetAccessControl():FileSecurityLock(position:Int64, length:Int64):VoidfinalSetAccessControl(fileSecurity:FileSecurity):VoidUnlock(position:Int64, length:Int64):Void
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/io/FileStream.html