public static interface BytesRingBuffer.BytesProvider
| Modifier and Type | Method and Description |
|---|---|
net.openhft.chronicle.bytes.Bytes |
provide(long maxSize)
sets up a buffer to back the ring buffer, the data wil be read into this buffer the size of the buffer must
be as big as
maxSize |
@NotNull net.openhft.chronicle.bytes.Bytes provide(long maxSize)
maxSizemaxSize - the number of bytes requiredmaxSize bytes remainingCopyright © 2015. All rights reserved.