Added signature for createFile.

This commit is contained in:
Robert Greene 2002-12-23 21:08:48 +00:00
parent 411f11fad9
commit e103076f12
1 changed files with 6 additions and 1 deletions

View File

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