W3cubDocs

/Haxe Java

FileStore

package java.nio.file

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

Methods

@:overload @:throws("java.io.IOException") getAttribute (param1:String):Dynamic

@:overload getFileStoreAttributeView<V> (param1:Class<V>):V

@:overload @:throws("java.io.IOException") getTotalSpace ():Int64

@:overload @:throws("java.io.IOException") getUnallocatedSpace ():Int64

@:overload @:throws("java.io.IOException") getUsableSpace ():Int64

@:overload isReadOnly ():Bool

@:overload name ():String

@:overload supportsFileAttributeView (param1:String):Bool

@:overload supportsFileAttributeView (param1:Class<FileAttributeView>):Bool

@:overload type ():String

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