Class ApplesoftFileFilter
- java.lang.Object
-
- 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
-
-
Constructor Summary
Constructors Constructor Description ApplesoftFileFilter()Constructor for ApplesoftFileFilter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]filter(FileEntry fileEntry)Process the given FileEntry and return a text image of the Applesoft file.java.lang.StringgetSuggestedFileName(FileEntry fileEntry)Give suggested file name.
-
-
-
Method Detail
-
filter
public byte[] filter(FileEntry fileEntry)
Process the given FileEntry and return a text image of the Applesoft file.- Specified by:
filterin interfaceFileFilter- See Also:
FileFilter.filter(FileEntry)
-
getSuggestedFileName
public java.lang.String getSuggestedFileName(FileEntry fileEntry)
Give suggested file name.- Specified by:
getSuggestedFileNamein interfaceFileFilter
-
-