mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-01-24 12:32:40 +00:00
Added signature for createFile.
This commit is contained in:
parent
411f11fad9
commit
e103076f12
@ -141,7 +141,12 @@ public abstract class FormattedDisk extends Disk {
|
||||
* Retrieve a list of files.
|
||||
*/
|
||||
public abstract List getFiles();
|
||||
|
||||
|
||||
/**
|
||||
* Create a new FileEntry.
|
||||
*/
|
||||
public abstract FileEntry createFile() throws DiskFullException;
|
||||
|
||||
/**
|
||||
* Identify the operating system format of this disk.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user