Maven module :un.storage : archive-tar :
Class :
un.storage.archive.tar.TarTransFileTyper
Extends/Implements : -
Subclasses : -
Variables : -
Functions :
isAsciiFile,
isAsciiFile
public boolean
isAsciiFile (File f)
public boolean
isAsciiFile (String name)
support customization of TAR translation, this interface allows the
programmer to provide an object that will check files that do not match the
MIME types file's check for 'text/*' types. To provide your own typer,
subclass this class and set the TarArchive's TransFileTyper via the method
setTransFileTyper().