|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.io.journal.FlashJournalRM.Buffer
protected static class FlashJournalRM.Buffer
A Buffer is a handy shell with some helper methods around a byte[] and a ByteBuffer.
| Constructor Summary | |
|---|---|
FlashJournalRM.Buffer(int cbBuffer)Instantiate a buffer. |
|
| Method Summary | |
|---|---|
byte[] |
getByteArray()Obtain the underlying byte[]. |
java.nio.ByteBuffer |
getByteBuffer()Obtain the ByteBuffer for this buffer. |
FlashJournalRM.Buffer |
getNext()Get the next buffer in a linked list of buffers. |
void |
render(Binary bin, int of)Copy the passed Binary value into the buffer at the specified offset and using the passed overlay. |
void |
setNext(FlashJournalRM.Buffer buf)Set the next buffer in a linked list of buffers. |
void |
setOverlay(byte[] abOv)Specify an overlay byte[]. |
java.lang.String |
toString() |
| Constructor Detail |
|---|
public FlashJournalRM.Buffer(int cbBuffer)
cbBuffer - the size of the buffer| Method Detail |
|---|
public byte[] getByteArray()
public java.nio.ByteBuffer getByteBuffer()
public void setOverlay(byte[] abOv)
abOv - the overlay byte[]
public void render(Binary bin,
int of)
bin - the Binary value to copy into this bufferof - the offset of this buffer to copy the passed Binary topublic FlashJournalRM.Buffer getNext()
public void setNext(FlashJournalRM.Buffer buf)
buf - the next buffer in a linked list of bufferspublic java.lang.String toString()
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||