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