Read about special attributes unique to the optical file system.
Attributes for files and directories that are not standard and therefore not recognized by HFS are referred to by HFS as extended attributes. They are usually defined by a business application, but some are recognized by the optical file system as having special meaning.
This optical attribute reflects the last date and time that the file attributes were written. It is returned to the user application as an extended attribute through the Retrieve Directory Entry Attributes (QHFRTVAT) command.
This is a special extended attribute to the optical file system. Provided supported is only by directly-attached optical support devices; it is ignored by LAN support. The system also ignores this attribute when the media format is Universal Disk Format.
When an extended attribute of this name is passed by the application as the attribute name field in the Attribute Information Table (AIT) during an open stream file request, the optical file system knows that a special method of I/O is being requested. The optical file system retrieves the special method of I/O from the attribute value field in the AIT.
Currently, there is only one special method of I/O supported by the optical file system: You can request this method of I/O when the attribute value field for the QOPT.IOMETH attribute contains the value (EXPNBUFF). The optical software recognizes this special extended attribute as a requested I/O method, and not as a normal extended attribute. It is not hereafter associated with the file in any way, and does not appear when attributes for the file are retrieved. All read operations for the process use expanding buffer I/O until the file is closed. Methodology and restrictions for using expanding buffer I/O are listed here. In order to determine if expanding buffer I/O should be used, see Expanding buffer I/O through HFS.
An HFS attribute in an attribute information table consists of several fields. These fields and the values you specify when opening a file for expanding buffer I/O are summarized in the following table.
Field | Data type (see note) | Value for EBIO |
---|---|---|
Attribute name | CHAR(*) | QOPT.IOMETH |
Attribute value | CHAR(*) | EXPNBUFF |
Length attribute name | BIN(4) | 0000000B |
Length attribute value | BIN(4) | 00000008 |
Note:
|
If there is an expanded buffer I/O attribute in the attribute information table and any of these restrictions are not observed, an OPT1133 message is issued, indicating which of the fields in the open information was passed in error.
For information about the format of attributes, the Attribute Information Table, or the Open Stream File API, see the APIs topic.