public class TarTransFileTyper extends Object
Constructor and Description |
---|
TarTransFileTyper() |
Modifier and Type | Method and Description |
---|---|
boolean |
isAsciiFile(File f)
Return true if the file should be translated as ASCII.
|
boolean |
isAsciiFile(String name)
Return true if the file should be translated as ASCII based on its name.
|
public boolean isAsciiFile(File f)
f
- The file to be checked to see if it need ASCII translation.public boolean isAsciiFile(String name)
name
- The name of the file to be checked to see if it need ASCII translation.Copyright © 2013 JBoss by Red Hat. All Rights Reserved.