[null,null,["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"]]