From 318057170109d5961dc02a49531a2a9aac3946b3 Mon Sep 17 00:00:00 2001 From: zengyawen Date: Thu, 22 Sep 2022 06:24:34 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/native-apis/rawfile.md. Signed-off-by: zengyawen --- zh-cn/application-dev/reference/native-apis/rawfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/native-apis/rawfile.md b/zh-cn/application-dev/reference/native-apis/rawfile.md index b169a10978..8738297052 100644 --- a/zh-cn/application-dev/reference/native-apis/rawfile.md +++ b/zh-cn/application-dev/reference/native-apis/rawfile.md @@ -512,7 +512,7 @@ int OH_ResourceManager_SeekRawFile (const RawFile * rawFile, long offset, int wh | -------- | -------- | | rawFile | 表示指向[RawFile](#rawfile)的指针。 | | offset | 表示指定的offset。 | -| whence | 读写位置,有以下场景:
**0**: 读写位置为**offset**
**1**: 读写位置为当前位置加上**offset2**: 读写位置为文件末尾(EOF)加上**offset**。 | +| whence | 读写位置,有以下场景:
**0**: 读写位置为**offset**
**1**: 读写位置为当前位置加上**offset**
**2**: 读写位置为文件末尾(EOF)加上**offset**。 | **返回:** -- GitLab