harmony 鸿蒙RawFileDescriptor

  • 2025-06-12
  • 浏览 (5)

RawFileDescriptor

Overview

Defines the file descriptor of a rawfile.

RawFileDescriptor is an output parameter of OH_ResourceManager_GetRawFileDescriptor(). It contains the file descriptor of a raw file and the start position and length of the raw file in the HAP.

Since: 8

Related module: Rawfile

Header file: raw_file.h

Summary

Member Variables

Name Description
int fd File descriptor of the rawfile, in int.
long start Start position of the rawfile in the HAP, in long.
long length Length of the rawfile in the HAP, in long.

Member Variable Description

fd

int RawFileDescriptor::fd

Description

File descriptor of the rawfile, in int.

length

long RawFileDescriptor::length

Description

Length of the rawfile in the HAP, in long.

start

long RawFileDescriptor::start

Description

Start position of the rawfile in the HAP, in long.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Localization Kit

harmony 鸿蒙RawFileDescriptor64

harmony 鸿蒙ResourceManager_Configuration

harmony 鸿蒙Font Management Error Codes

harmony 鸿蒙I18N Error Codes

harmony 鸿蒙Resource Manager Error Codes

harmony 鸿蒙@ohos.fontManager (Font Management)

harmony 鸿蒙@ohos.i18n (Internationalization) (System API)

harmony 鸿蒙@ohos.i18n (Internationalization)

harmony 鸿蒙@ohos.intl (Internationalization)

0  赞