| Package | Description |
|---|---|
| org.nustaq.offheap | |
| org.nustaq.offheap.bytez | |
| org.nustaq.offheap.bytez.malloc | |
| org.nustaq.offheap.bytez.niobuffers | |
| org.nustaq.offheap.bytez.onheap |
| Modifier and Type | Method and Description |
|---|---|
long |
BinaryQueue.poll(ByteSink destination,
long destoff,
long destlen)
read up to destlen bytes (if available).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BasicBytez
Created by ruedi on 08.11.2014.
|
interface |
Bytez
abstraction of byte arrays similar to ByteBuffer without the need to create temp objects in order to get long,int,..
|
| Modifier and Type | Class and Description |
|---|---|
class |
MallocBytez
Date: 17.11.13
Time: 00:01
implementation of Bytez interface using unsafe on raw allocated memory
|
class |
MMFBytez
Bytez allocated inside a memory mapped file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteBufferBasicBytez
Created by moelrue on 5/5/15.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HeapBytez
byte array abstraction based on heap byte arrays.
|
Copyright © 2015. All rights reserved.