Class HexDumpFileFilter

  • All Implemented Interfaces:
    FileFilter

    public class HexDumpFileFilter
    extends java.lang.Object
    implements FileFilter
    Filter the given file data to be the appropriate length.

    Date created: Nov 2, 2002 9:07:52 PM

    • Constructor Summary

      Constructors 
      Constructor Description
      HexDumpFileFilter()
      Constructor for BinaryFileFilter.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] filter​(FileEntry fileEntry)
      Create the hex dump format.
      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