mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-01-18 04:34:25 +00:00
Added signature for createFile.
This commit is contained in:
parent
411f11fad9
commit
e103076f12
@ -142,6 +142,11 @@ public abstract class FormattedDisk extends Disk {
|
||||
*/
|
||||
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