Class 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.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.