未验证 提交 7479d195 编写于 作者: Z zengyawen 提交者: Gitee

add nativeapis

Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 bbf69ae9
# RawFileDescriptor
## Overview
Provides rawfile descriptor information.
**RawFileDescriptor** is an output parameter of [OH_ResourceManager_GetRawFileDescriptor](rawfile.md#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:**
[Rawfile](rawfile.md)
## Summary
### Member Variables
| Name | Description |
| -------- | -------- |
| [fd](#fd) |rawfile descriptor |
| [start](#start) | Start position of rawfile in the HAP package |
| [length](#length) | Length of rawfile in the HAP package |
## Member Variable Description
### fd
```
int RawFileDescriptor::fd
```
**Description**<br>
rawfile descriptor
### length
```
long RawFileDescriptor::length
```
**Description**<br>
Length of rawfile in the HAP package
### start
```
long RawFileDescriptor::start
```
**Description**<br>
Start position of rawfile in the HAP package
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册