1# RawFileDescriptor
2
3Provides the descriptor of the HAP where the rawfile is located.
4
5> **NOTE**
6>
7> The initial APIs of this module are supported since API version 8. Newly added APIs will be marked with a superscript to indicate their earliest API version.
8
9## Modules to Import
10
11```js
12import { resourceManager } from '@kit.LocalizationKit'
13```
14
15## RawFileDescriptor
16
17**Atomic service API**: This API can be used in atomic services since API version 11.
18
19**System capability**: SystemCapability.Global.ResourceManager
20
21| Name    | Type   | Readable  | Writable | Description          |
22| ------ | ------  | ---- | ---- | ------------------ |
23| fd     | number  | Yes   | No| File descriptor.|
24| offset | number  | Yes   | No| Start offset.     |
25| length | number  | Yes   | No| File length.      |
26