⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠ You can decompress Drawing data with the command palette: ‘Decompress current Excalidraw file’. For more info check in plugin settings under ‘Saving’

Excalidraw Data

Text Elements

buffer_capacity = 100 bytes

len

Reading should handle:

  • full block
  • count constraint
  • eof reached

Reading algorithm: goal: you are trying to fill the read_buffer until there’s no more data.

  • read
  • g