Class 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UnixFileSystem

        UnixFileSystem()
    • Method Detail

      • getNumber

        private long getNumber​(java.io.File pPath,
                               int pIndex)
                        throws java.io.IOException
        Throws:
        java.io.IOException