|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileSystem | |
|---|---|
| de.waldheinz.fs | Contains the file-system independent classes and interfaces, as well as
the FileSystemFactory for creating
FileSystem instances. |
| de.waldheinz.fs.fat | Contains the classes implementing the FAT(12/16/32) file system. |
| Uses of FileSystem in de.waldheinz.fs |
|---|
| Classes in de.waldheinz.fs that implement FileSystem | |
|---|---|
class |
AbstractFileSystem
Abstract class with common things in different FileSystem implementations. |
| Methods in de.waldheinz.fs that return FileSystem | |
|---|---|
static FileSystem |
FileSystemFactory.create(BlockDevice device,
boolean readOnly)
Creates a new FileSystem for the specified device. |
| Uses of FileSystem in de.waldheinz.fs.fat |
|---|
| Classes in de.waldheinz.fs.fat that implement FileSystem | |
|---|---|
class |
FatFileSystem
Implements the FileSystem interface for the FAT family of file
systems. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||