W3cubDocs

/Haxe Java

FileSystem

package java.nio.file

implements Closeable

@:abstract@:libType@:javaNative@:native("java.nio.file.FileSystem")@:javaCanonical("java.nio.file","FileSystem") Available on java

Methods

@:overload @:throws("java.io.IOException") close ():Void

@:overload getFileStores ():Iterable<FileStore>

@:overload getPath (param1:String, param2:NativeArray<String>):Path

@:overload getPathMatcher (param1:String):PathMatcher

@:overload getRootDirectories ():Iterable<Path>

@:overload getSeparator ():String

@:overload getUserPrincipalLookupService ():UserPrincipalLookupService

@:overload isOpen ():Bool

@:overload isReadOnly ():Bool

@:overload @:throws("java.io.IOException") newWatchService ():WatchService

@:overload provider ():FileSystemProvider

@:overload supportedFileAttributeViews ():Set<String>

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/nio/file/FileSystem.html