[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-10 UTC."],[],["The `EventBuffer` class provides access to a list of `Event` objects. Key actions include retrieving an `Event` at a specific position using `get(int position)`. It also offers methods to manage the buffer's state, such as `close()`, `isClosed()`, and `release()`. The buffer allows for iterating over its `Event` elements via `iterator()` and `singleRefIterator()`, and it determines the total number of events available via `getCount()`. Standard methods like `hashCode`, `wait`, `equals`, `notify`, etc are also inherited from the root object.\n"]]