Package com.twelvemonkeys.io
Class Win32FileSystem
- java.lang.Object
-
- com.twelvemonkeys.io.FileSystem
-
- com.twelvemonkeys.io.Win32FileSystem
-
final class Win32FileSystem extends FileSystem
WindowsFileSystem- Version:
- $Id: //depot/branches/personal/haraldk/twelvemonkeys/release-2/twelvemonkeys-core/src/main/java/com/twelvemonkeys/io/Win32FileSystem.java#2 $
-
-
Constructor Summary
Constructors Constructor Description Win32FileSystem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getFreeSpace(java.io.File pPath)
(package private) java.lang.String
getName()
(package private) long
getTotalSpace(java.io.File pPath)
-
Methods inherited from class com.twelvemonkeys.io.FileSystem
exec, get
-
-
-
-
Method Detail
-
getFreeSpace
public long getFreeSpace(java.io.File pPath)
- Specified by:
getFreeSpace
in classFileSystem
-
getTotalSpace
long getTotalSpace(java.io.File pPath)
- Specified by:
getTotalSpace
in classFileSystem
-
getName
java.lang.String getName()
- Specified by:
getName
in classFileSystem
-
-