Package | Description |
---|---|
com.perforce.p4java.io.apple |
Modifier and Type | Field and Description |
---|---|
protected AppleFileData |
AppleFile.afpFileInfo
Entry 14: AFP file information, attributes, and so on.
|
protected AppleFileData |
AppleFile.comment
Entry 4: Standard Macintosh comment.
|
protected AppleFileData |
AppleFile.dataFork
Entry 1: Data fork.
|
protected AppleFileData |
AppleFile.directoryID
Entry 15: AFP directory ID.
|
static AppleFileData |
AppleFileData.EMPTY_FILE_DATA |
protected AppleFileData |
AppleFile.fileData
The raw Apple file.
|
protected AppleFileData |
AppleFile.fileDatesInfo
Entry 8: File creation date, modification date, and so on.
|
protected AppleFileData |
AppleFile.finderInfo
Entry 9: Standard Macintosh Finder information.
|
protected AppleFileData |
AppleFile.iconBW
Entry 5: Standard Macintosh black and white icon.
|
protected AppleFileData |
AppleFile.iconColor
Entry 6: Macintosh color icon.
|
protected AppleFileData |
AppleFile.macintoshInfo
Entry 10: Macintosh file information, attributes, and so on.
|
protected AppleFileData |
AppleFile.msDOSFileInfo
Entry 12: MS-DOS file information, attributes, and so on.
|
protected AppleFileData |
AppleFile.proDOSFileInfo
Entry 11: ProDOS file information, attributes, and so on.
|
protected AppleFileData |
AppleFile.realName
Entry 3: File's name as created on home file system.
|
protected AppleFileData |
AppleFile.resourceFork
Entry 2: Resource fork.
|
protected AppleFileData |
AppleFile.shortName
Entry 13: AFP short name.
|
Modifier and Type | Method and Description |
---|---|
AppleFileData |
AppleFile.getAfpFileInfo()
Gets the afp file info.
|
AppleFileData |
AppleFile.getComment()
Gets the comment.
|
AppleFileData |
AppleFile.getDataFork()
Gets the data fork.
|
AppleFileData |
AppleFile.getDirectoryID()
Gets the directory id.
|
AppleFileData |
AppleFile.getFileData()
Gets the file data.
|
AppleFileData |
AppleFile.getFileDatesInfo()
Gets the file dates info.
|
AppleFileData |
AppleFile.getFinderInfo()
Gets the finder info.
|
AppleFileData |
AppleFile.getIconBW()
Gets the icon bw.
|
AppleFileData |
AppleFile.getIconColor()
Gets the icon color.
|
AppleFileData |
AppleFile.getMacintoshInfo()
Gets the macintosh info.
|
AppleFileData |
AppleFile.getMsDOSFileInfo()
Gets the ms dos file info.
|
AppleFileData |
AppleFile.getProDOSFileInfo()
Gets the pro dos file info.
|
AppleFileData |
AppleFile.getRealName()
Gets the real name.
|
AppleFileData |
AppleFile.getResourceFork()
Gets the resource fork.
|
AppleFileData |
AppleFile.getShortName()
Gets the short name.
|
Modifier and Type | Method and Description |
---|---|
void |
AppleFile.setAfpFileInfo(AppleFileData afpFileInfo)
Sets the afp file info.
|
void |
AppleFile.setComment(AppleFileData comment)
Sets the comment.
|
void |
AppleFile.setDataFork(AppleFileData dataFork)
Sets the data fork.
|
void |
AppleFile.setDirectoryID(AppleFileData directoryID)
Sets the directory id.
|
void |
AppleFile.setFileData(AppleFileData fileData)
Sets the file data.
|
void |
AppleFile.setFileDatesInfo(AppleFileData fileDatesInfo)
Sets the file dates info.
|
void |
AppleFile.setFinderInfo(AppleFileData finderInfo)
Sets the finder info.
|
void |
AppleFile.setIconBW(AppleFileData iconBW)
Sets the icon bw.
|
void |
AppleFile.setIconColor(AppleFileData iconColor)
Sets the icon color.
|
void |
AppleFile.setMacintoshInfo(AppleFileData macintoshInfo)
Sets the macintosh info.
|
void |
AppleFile.setMsDOSFileInfo(AppleFileData msDOSFileInfo)
Sets the ms dos file info.
|
void |
AppleFile.setProDOSFileInfo(AppleFileData proDOSFileInfo)
Sets the pro dos file info.
|
void |
AppleFile.setRealName(AppleFileData realName)
Sets the real name.
|
void |
AppleFile.setResourceFork(AppleFileData resourceFork)
Sets the resource fork.
|
void |
AppleFile.setShortName(AppleFileData shortName)
Sets the short name.
|
Constructor and Description |
---|
AppleFileDecoder(AppleFileData fileData)
Instantiates a new apple file decoder.
|
Copyright © 2017 Perforce Software. All Rights Reserved.