|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BinaryValueHolder
Companion interface for Store.ValueHolder to indicate that a binary representation
of the value can be provided.
| Method Summary | |
|---|---|
java.nio.ByteBuffer |
getBinaryValue()
Returns the ByteBuffer containing the value in binary form |
boolean |
isBinaryValueAvailable()
Indicates whether the binary value can be accessed. |
| Method Detail |
|---|
java.nio.ByteBuffer getBinaryValue()
throws java.lang.IllegalStateException
ByteBuffer containing the value in binary form
java.lang.IllegalStateException - If the ValueHolder cannot provide the binary formboolean isBinaryValueAvailable()
true if the binary value is present and accessible, false otherwise
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||