public static interface BufferManager.Buffer extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the buffer and release all resources.
|
boolean |
isEmpty()
Determine if this buffer is empty.
|
long |
size()
Get the size of the buffer.
|
boolean isEmpty()
size()
.long size()
void close()
close
in interface AutoCloseable
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.