-
Methods in org.nustaq.offheap with parameters of type ByteSink
| Modifier and Type |
Method |
Description |
long |
BinaryQueue.poll(ByteSink destination,
long destoff,
long destlen) |
read up to destlen bytes (if available).
|
-
Subinterfaces of ByteSink in org.nustaq.offheap.bytez
| Modifier and Type |
Interface |
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,.. views
additionally supports volatile read/write (for byte[] based backing buffers only !)
|
-
Classes in org.nustaq.offheap.bytez.malloc that implement ByteSink
| Modifier and Type |
Class |
Description |
class |
MallocBytez |
Date: 17.11.13
Time: 00:01
implementation of Bytez interface using unsafe on raw allocated memory
|
class |
MemoryBytez |
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.
|
-
-