eolib 0.5.0
A core C library for writing applications related to Endless Online
Loading...
Searching...
No Matches
EoReader Struct Reference

#include <data.h>

Data Fields

const uint8_t * data
size_t length
size_t offset
bool chunked_reading_mode
size_t chunk_offset
size_t next_chunk_offset

Detailed Description

Reader that parses EO-encoded bytes.

Definition at line 33 of file data.h.

Field Documentation

◆ chunk_offset

size_t EoReader::chunk_offset

Private: do not access or modify directly.

Definition at line 39 of file data.h.

◆ chunked_reading_mode

bool EoReader::chunked_reading_mode

Private: use eo_reader_get/set_chunked_reading_mode().

Definition at line 38 of file data.h.

◆ data

const uint8_t* EoReader::data

Read-only: pointer to the underlying data buffer. Do not modify directly.

Definition at line 35 of file data.h.

◆ length

size_t EoReader::length

Read-only: total length of the data buffer. Do not modify directly.

Definition at line 36 of file data.h.

◆ next_chunk_offset

size_t EoReader::next_chunk_offset

Private: do not access or modify directly.

Definition at line 40 of file data.h.

◆ offset

size_t EoReader::offset

Read-only: current read position. Do not modify directly.

Definition at line 37 of file data.h.


The documentation for this struct was generated from the following file: