Added signature for createFile.

This commit is contained in:
Robert Greene 2002-12-23 21:08:48 +00:00
parent 411f11fad9
commit e103076f12

View File

@ -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.
*/