public interface TimedBufferObserver
Modifier and Type | Method and Description |
---|---|
void |
flushBuffer(ByteBuffer buffer,
boolean syncRequested,
List<IOAsyncTask> 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<IOAsyncTask> callbacks)
int getRemainingBytes()
ByteBuffer newBuffer(int size, int limit)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.