RawFileDescriptor
Overview
Provides rawfile descriptor information.
RawFileDescriptor is an output parameter of OH_ResourceManager_GetRawFileDescriptor. It provides information including the rawfile descriptor and the start position and length of the rawfile in the HAP package.
Since: 8
Related Modules:
Summary
Member Variables
Name | Description |
---|---|
fd | rawfile descriptor |
start | Start position of rawfile in the HAP package |
length | Length of rawfile in the HAP package |
Member Variable Description
fd
int RawFileDescriptor::fd
Description
rawfile descriptor
length
long RawFileDescriptor::length
Description
Length of rawfile in the HAP package
start
long RawFileDescriptor::start
Description
Start position of rawfile in the HAP package