com.webcodepro.applecommander.storage.filters
Class ApplesoftFileFilter

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

public class ApplesoftFileFilter
extends java.lang.Object
implements FileFilter

Filter the given file as an Applesoft file.

Date created: Nov 2, 2002 10:04:10 PM

Author:
Rob Greene

Constructor Summary
ApplesoftFileFilter()
          Constructor for ApplesoftFileFilter.
 
Method Summary
 byte[] filter(FileEntry fileEntry)
          Process the given FileEntry and return a text image of the Applesoft 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

ApplesoftFileFilter

public ApplesoftFileFilter()
Constructor for ApplesoftFileFilter.

Method Detail

filter

public byte[] filter(FileEntry fileEntry)
Process the given FileEntry and return a text image of the Applesoft 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