harmony 鸿蒙RawFileDescriptor
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
你可能感兴趣的鸿蒙文章
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦