Readme for array

This commit is contained in:
Viktor Lofgren 2023-03-04 19:19:47 +01:00
parent 4972ad4c4f
commit 4464055715

View File

@ -43,7 +43,7 @@ LongQueryBuffer buffer = new LongQueryBuffer(1000);
// Prepare the buffer for filling
buffer.reset();
fillBuffer(buffer);
fillBufferSomehow(buffer);
// length is updated and data is set
// read pointer and write pointer is now at 0