com.webcodepro.applecommander.storage.filters
Class BusinessBASICFileFilter

java.lang.Object
  extended by com.webcodepro.applecommander.storage.filters.BusinessBASICFileFilter
All Implemented Interfaces:
FileFilter

public class BusinessBASICFileFilter
extends java.lang.Object
implements FileFilter

Filter the given file as an Apple /// Business BASIC file.

Date created: Dec 15, 2008 11:12:10 PM

Author:
David Schmidt

Constructor Summary
BusinessBASICFileFilter()
          Constructor for BusinessBASICFileFilter.
 
Method Summary
 byte[] filter(FileEntry fileEntry)
          Process the given FileEntry and return a text image of the Business BASIC file.
 java.lang.String getSuggestedFileName(FileEntry fileEntry)
          Give suggested file name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessBASICFileFilter

public BusinessBASICFileFilter()
Constructor for BusinessBASICFileFilter.

Method Detail

filter

public byte[] filter(FileEntry fileEntry)
Process the given FileEntry and return a text image of the Business BASIC file.

Specified by:
filter in interface FileFilter
See Also:
FileFilter.filter(FileEntry)

getSuggestedFileName

public java.lang.String getSuggestedFileName(FileEntry fileEntry)
Give suggested file name.

Specified by:
getSuggestedFileName in interface FileFilter