Uses of Class
com.perforce.p4java.io.apple.AppleFile.FileFormat

Packages that use AppleFile.FileFormat
com.perforce.p4java.io.apple   
 

Uses of AppleFile.FileFormat in com.perforce.p4java.io.apple
 

Fields in com.perforce.p4java.io.apple declared as AppleFile.FileFormat
protected  AppleFile.FileFormat AppleFile.format
          The Apple file format: AppleSingle, AppleDouble, default to unknown.
 

Methods in com.perforce.p4java.io.apple that return AppleFile.FileFormat
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.
 

Methods in com.perforce.p4java.io.apple with parameters of type AppleFile.FileFormat
 void AppleFile.setFormat(AppleFile.FileFormat format)
          Sets the format.
 

Constructors in com.perforce.p4java.io.apple with parameters of type AppleFile.FileFormat
AppleFileEncoder(AppleFile.FileFormat fileFormat)
          Instantiates a new apple file decoder.
 



Copyright © 2015 Perforce Software. All Rights Reserved.