| Package | Description |
|---|---|
| com.gemstone.gemfire.internal.shared.unsafe |
| Class and Description |
|---|
| ChannelBufferUnsafeDataInputStream
A buffered DataInput abstraction over channel using direct byte buffers, and
using internal Unsafe class for best performance.
|
| ChannelBufferUnsafeDataOutputStream
A buffered DataOutput abstraction over channel using direct byte buffers, and
using internal Unsafe class for best performance.
|
| ChannelBufferUnsafeInputStream
A somewhat more efficient implementation of
ChannelBufferInputStream
using internal unsafe class (~30% in raw read calls). |
| ChannelBufferUnsafeOutputStream
A somewhat more efficient implementation of
ChannelBufferOutputStream
using internal unsafe class (~30% in raw single byte write calls). |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.