harmony 鸿蒙Asset_Blob

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

Asset_Blob

Overview

Defines a binary array, that is, an array of bytes with variable length.

Since: 11

Related module: AssetType

Summary

Member Variables

Name Description
uint32_t size Size of the byte array.
uint8_t * data Pointer to the byte array.

Member Variable Description

data

uint8_t* Asset_Blob::data

Description Defines the pointer to the byte array.

size

uint32_t Asset_Blob::size

Description Defines the size of the byte array.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Asset Store Kit (Asset Store Service)

harmony 鸿蒙Asset_Attr

harmony 鸿蒙Asset_Result

harmony 鸿蒙Asset_ResultSet

harmony 鸿蒙AssetApi

harmony 鸿蒙AssetType

harmony 鸿蒙asset_api.h

harmony 鸿蒙asset_type.h

harmony 鸿蒙Asset Store Service Error Code

harmony 鸿蒙@ohos.security.asset (Asset Store Service) (System API)

0  赞