Package | Description |
---|---|
com.perforce.p4java.io.apple |
Modifier and Type | Field and Description |
---|---|
protected AppleFile.FileFormat |
AppleFile.format
The Apple file format: AppleSingle, AppleDouble, default to unknown.
|
Modifier and Type | Method and Description |
---|---|
static AppleFile.FileFormat |
AppleFile.FileFormat.fromString(String fileFormat)
Return a suitable Apple file format as inferred from the passed-in
string.
|
AppleFile.FileFormat |
AppleFile.getFormat()
Gets the format.
|
static AppleFile.FileFormat |
AppleFile.FileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppleFile.FileFormat[] |
AppleFile.FileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AppleFile.setFormat(AppleFile.FileFormat format)
Sets the format.
|
Constructor and Description |
---|
AppleFileEncoder(AppleFile.FileFormat fileFormat)
Instantiates a new apple file decoder.
|
Copyright © 2017 Perforce Software. All Rights Reserved.