public static final class FileAttribute.Tag
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static char |
CCSID_IBM_1047
Code character set identifier for the IBM-1047 EBCDIC code page.
|
static char |
CCSID_ISO_8859_1
Code character set identifier for the ISO8859-1 code page.
|
| Constructor and Description |
|---|
Tag(char characterSetID,
boolean textFlag)
Constructor to hold file tagging information.
|
| Modifier and Type | Method and Description |
|---|---|
char |
getCodeCharacterSetID()
Get the code character set ID of this tag.
|
boolean |
isTextOnly()
Test whether this tag indicates a pure text file.
|
public static final char CCSID_ISO_8859_1
public static final char CCSID_IBM_1047
public Tag(char characterSetID,
boolean textFlag)
characterSetID - the code character set ID of the tagtextFlag - whether the file contains pure textpublic char getCodeCharacterSetID()
public boolean isTextOnly()