Searched defs:create (Results 1 – 6 of 6) sorted by relevance
48 public static FileSystem create(BlockDevice device, boolean readOnly) in create() method in FileSystemFactory
70 public static Fat16RootDirectory create( in create() method in Fat16RootDirectory
79 public static FsInfoSector create(Fat32BootSector bs) throws IOException { in create() method in FsInfoSector
86 public static Fat create(BootSector bs, int fatNr) in create() method in Fat
188 public static FatDirectoryEntry create(boolean directory) { in create() method in FatDirectoryEntry
90 public static FileDisk create(File file, long size) throws IOException { in create() method in FileDisk