Package 

Object FileSystemFactory

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final FileSystem createFileSystem(PartitionTableEntry entry, BlockDeviceDriver blockDevice)
      final static Unit registerFileSystem(FileSystemCreator creator) Register a new file system.
      final static TimeZone getTimeZone() Set the timezone a file system should use to decode timestamps, if the file system only stores local date and time and has no reference which zone these timestamp correspond to.
      final static Unit setTimeZone(static TimeZone timeZone) Set the timezone a file system should use to decode timestamps, if the file system only stores local date and time and has no reference which zone these timestamp correspond to.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getTimeZone

         final static TimeZone getTimeZone()

        Set the timezone a file system should use to decode timestamps, if the file system only stores local date and time and has no reference which zone these timestamp correspond to. (True for FAT32, e.g.)

      • setTimeZone

         final static Unit setTimeZone(static TimeZone timeZone)

        Set the timezone a file system should use to decode timestamps, if the file system only stores local date and time and has no reference which zone these timestamp correspond to. (True for FAT32, e.g.)

        Parameters:
        timeZone - The timezone to use.