Class BusinessBASICFileFilter
- java.lang.Object
-
- 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
-
-
Constructor Summary
Constructors Constructor Description BusinessBASICFileFilter()Constructor for BusinessBASICFileFilter.
-
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 Business BASIC 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 Business BASIC 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
-
-