|
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.util.Base
com.tangosol.io.AbstractReadBuffer
com.tangosol.io.MultiBufferReadBuffer
com.tangosol.util.ExternalizableHelper.DecoratedMultiBufferReadBuffer
public static class ExternalizableHelper.DecoratedMultiBufferReadBuffer
DecoratedMultiBufferReadBuffer is a MultiBufferWriteBuffer that represents a binary "decorated" value, and allows a more optimized ExternalizableHelper.getUndecorated(ReadBuffer) operation.
ExternalizableHelper.decorate(ReadBuffer, int, ReadBuffer), ExternalizableHelper.getUndecorated(ReadBuffer)| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.tangosol.io.MultiBufferReadBuffer |
|---|
com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput |
| Nested classes/interfaces inherited from class com.tangosol.io.AbstractReadBuffer |
|---|
com.tangosol.io.AbstractReadBuffer.AbstractBufferInput |
| Nested classes/interfaces inherited from class com.tangosol.util.Base |
|---|
Base.LoggingWriter, Base.StackFrame |
| Nested classes/interfaces inherited from interface com.tangosol.io.ReadBuffer |
|---|
com.tangosol.io.ReadBuffer.BufferInput |
| Field Summary | |
|---|---|
protected com.tangosol.io.ReadBuffer |
m_bufValueThe undecorated value. |
| Fields inherited from class com.tangosol.io.AbstractReadBuffer |
|---|
NO_BINARY, NO_BYTES |
| Fields inherited from class com.tangosol.util.Base |
|---|
LOG_ALWAYS, LOG_DEBUG, LOG_ERR, LOG_INFO, LOG_MAX, LOG_MIN, LOG_QUIET, LOG_WARN, POWER_0, POWER_G, POWER_K, POWER_M, POWER_T, UNIT_D, UNIT_H, UNIT_M, UNIT_MS, UNIT_NS, UNIT_S, UNIT_US |
| Constructor Summary | |
|---|---|
ExternalizableHelper.DecoratedMultiBufferReadBuffer(com.tangosol.io.ReadBuffer bufValue, com.tangosol.io.ReadBuffer[] abuf)Construct a DecoratedMultiBufferReadBuffer for the specified value. |
|
| Method Summary | |
|---|---|
com.tangosol.io.ReadBuffer |
getUndecorated()Return the undecorated value. |
| Methods inherited from class com.tangosol.io.MultiBufferReadBuffer |
|---|
byteAt, copyBytes, equals, getBuffer, getBufferCount, getBufferIndexByOffset, getBufferOffset, getDestructiveBufferInput, instantiateBufferInput, instantiateBufferInput, instantiateReadBuffer, length, releaseBuffer, toBinary, toByteArray, toByteBuffer, toByteBuffer, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo |
| Methods inherited from class com.tangosol.io.AbstractReadBuffer |
|---|
checkBounds, clone, getBufferInput, getReadBuffer, readPackedInt, readUnsignedByte, sizeofPackedInt, subSequence, toBinary, toByteArray |
| Field Detail |
|---|
protected final com.tangosol.io.ReadBuffer m_bufValue
| Constructor Detail |
|---|
public ExternalizableHelper.DecoratedMultiBufferReadBuffer(com.tangosol.io.ReadBuffer bufValue,
com.tangosol.io.ReadBuffer[] abuf)
bufValue - the undecorated valueabuf - the array of ReadBuffers from which to construct this DecoratedMultiBufferReadBuffer| Method Detail |
|---|
public com.tangosol.io.ReadBuffer getUndecorated()
|
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 | |||||||