Home | History | Annotate | Download | only in fat

Lines Matching refs:FatFileSystem

40 public final class FatFileSystem extends AbstractFileSystem {
50 FatFileSystem(BlockDevice api, boolean readOnly) throws IOException {
56 * Constructor for FatFileSystem in specified readOnly mode
63 private FatFileSystem(BlockDevice device, boolean readOnly,
111 * and returns a fresh {@code FatFileSystem} instance to read or modify
115 * @param readOnly if the {@code FatFileSystem} should be in read-only mode
116 * @return the {@code FatFileSystem} instance for the device
120 public static FatFileSystem read(BlockDevice device, boolean readOnly)
123 return new FatFileSystem(device, readOnly);
133 * Returns the size of the FAT entries of this {@code FatFileSystem}.
257 * This method is currently not implemented for {@code FatFileSystem} and
272 * This method is currently not implemented for {@code FatFileSystem} and