All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.jos.fs.util.AbstractFileSystem | +----org.jos.fs.fat.FAT
Limitation: Max volume size = 2 GB
Assumptions: Medium is not modified concurrently by other objects/external sources.
TODO: 16 bit FAT support; optimization; multiple FAT support
public FAT(Medium medium) throws IOException
public void delete(String path) throws IOException
public FSFile openFile(String file, boolean readAccess, boolean writeAccess) throws IOException
public void mkdir(String path) throws IOException
public String[] dirList(String path) throws IOException
public int getCasePolicyForDir(String dir)
public FSBranchInfo getBranchInfo(String branch)
public String toString()
public Medium getMedium()
public FSFileInfo getFileInfo(String path) throws IOException
public void rename(String from, String to) throws IOException
All Packages Class Hierarchy This Package Previous Next Index