Uses of Interface
org.nustaq.offheap.bytez.ByteSink
Packages that use ByteSink
Package
Description
-
Uses of ByteSink in org.nustaq.offheap
Methods in org.nustaq.offheap with parameters of type ByteSink -
Uses of ByteSink in org.nustaq.offheap.bytez
Subinterfaces of ByteSink in org.nustaq.offheap.bytezModifier and TypeInterfaceDescriptioninterfaceCreated by ruedi on 08.11.2014.interfaceabstraction 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 !) -
Uses of ByteSink in org.nustaq.offheap.bytez.malloc
Classes in org.nustaq.offheap.bytez.malloc that implement ByteSinkModifier and TypeClassDescriptionclassDate: 17.11.13 Time: 00:01 implementation of Bytez interface using unsafe on raw allocated memoryclassDate: 17.11.13 Time: 00:01 implementation of Bytez interface using unsafe on raw allocated memoryclassBytez allocated inside a memory mapped file. -
Uses of ByteSink in org.nustaq.offheap.bytez.niobuffers
Classes in org.nustaq.offheap.bytez.niobuffers that implement ByteSink -
Uses of ByteSink in org.nustaq.offheap.bytez.onheap
Classes in org.nustaq.offheap.bytez.onheap that implement ByteSinkModifier and TypeClassDescriptionclassbyte array abstraction based on heap byte arrays.