public interface TimedBufferObserver
Modifier and Type | Method and Description |
---|---|
void |
flushBuffer(ByteBuffer buffer,
boolean syncRequested,
List<IOCallback> callbacks) |
int |
getRemainingBytes()
Return the number of remaining bytes that still fit on the observer (file)
|
ByteBuffer |
newBuffer(int size,
int limit) |
void flushBuffer(ByteBuffer buffer, boolean syncRequested, List<IOCallback> callbacks)
int getRemainingBytes()
ByteBuffer newBuffer(int size, int limit)
Copyright © 2016 JBoss by Red Hat. All rights reserved.