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