EtherDream/QuickReader

Overwiew is unclear

GrosSacASac opened this issue · 1 comments

Maybe for you it is obvious, but I would write it explicitly:

Cursor based stream reader to extract data with byte level precision from a stream in a known format .

Also the following is unclear:

const id = reader.u32() ?? await A

Does it read the next 32 bits as an unsigned integer ? If yes it should also be written in the doc.

u: unsigned integer, i: signed integer, f: float, be: big endian.

The doc has been updated.