CefZipReaderReadFile Method |
Read uncompressed file contents into the specified buffer. Returns < 0 if
an error occurred, 0 if at the end of file, or the number of bytes read.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic int ReadFile(
byte[] buffer,
int offset,
int length
)
Parameters
- buffer Byte
-
- offset Int32
-
- length Int32
-
Return Value
Int32
See Also