Uses of Class
com.tangosol.io.nio.ByteBufferWriteBuffer
-
Packages that use ByteBufferWriteBuffer Package Description com.tangosol.io.nio Contains classes related to J2SE 1.4 NIO functionality. -
-
Uses of ByteBufferWriteBuffer in com.tangosol.io.nio
Methods in com.tangosol.io.nio that return ByteBufferWriteBuffer Modifier and Type Method Description ByteBufferWriteBuffer
ByteBufferWriteBuffer. getUnsafeWriteBuffer()
Create a "shallow clone" of the ByteBufferWriteBuffer that uses the same underlying memory but through a different (a duplicate) ByteBuffer.Constructors in com.tangosol.io.nio with parameters of type ByteBufferWriteBuffer Constructor Description ByteBufferWriteBuffer(ByteBufferWriteBuffer that)
Perform a shallow clone of the supplied ByteBufferWriteBuffer.
-