Skip to main content

OH_ArkWebHttpBodyStream_GetSize

Function OH_ArkWebHttpBodyStream_GetSize 

Source
pub unsafe extern "C" fn OH_ArkWebHttpBodyStream_GetSize(
    httpBodyStream: *const ArkWeb_HttpBodyStream,
) -> u64
Expand description

@brief Get the total size of the data stream.

When data is chunked or httpBodyStream is invalid, always return zero.\n

@param httpBodyStream The ArkWeb_HttpBodyStream. @return The size of data stream.

@syscap SystemCapability.Web.Webview.Core @since 12