PrimoBurner(tm) for C++
4.2
CD, DVD and Blu-ray Software Development Kit
|
Provides an interface for setting various properties of UDF file and directory items. More...
#include <PrimoBurner.h>
Public Member Functions | |
virtual int32_t | dirPermissions () const =0 |
Gets the directory access permissions. | |
virtual UdfExtentList * | extents ()=0 |
Gets the list of the UDF extents defined for the file. | |
virtual int32_t | filePermissions () const =0 |
Gets the file access permissions. | |
virtual void | setDirPermissions (int32_t permissions)=0 |
Sets the directory access permissions. | |
virtual void | setFilePermissions (int32_t permissions)=0 |
Sets the file access permissions. |
Provides an interface for setting various properties of UDF file and directory items.
virtual int32_t dirPermissions | ( | ) | const [pure virtual] |
Gets the directory access permissions.
The default permissions are set to UdfPermissions::ReadDir.
virtual UdfExtentList* extents | ( | ) | [pure virtual] |
Gets the list of the UDF extents defined for the file.
virtual int32_t filePermissions | ( | ) | const [pure virtual] |
Gets the file access permissions.
The default permissions are set to UdfPermissions::ReadFile.
virtual void setDirPermissions | ( | int32_t | permissions | ) | [pure virtual] |
Sets the directory access permissions.
permissions | A bitmask of constants defined in the UdfPermissions enumeration. |
virtual void setFilePermissions | ( | int32_t | permissions | ) | [pure virtual] |
Sets the file access permissions.
permissions | A bitmask of constants defined in the UdfPermissions enumeration. |