Uses of Interface
org.nustaq.offheap.bytez.BasicBytez
Packages that use BasicBytez
Package
Description
-
Uses of BasicBytez in org.nustaq.offheap.bytez
Subinterfaces of BasicBytez in org.nustaq.offheap.bytezModifier and TypeInterfaceDescriptioninterfaceabstraction 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 !)Methods in org.nustaq.offheap.bytez that return BasicBytezMethods in org.nustaq.offheap.bytez with parameters of type BasicBytezModifier and TypeMethodDescriptionvoidBasicBytez.copyTo(BasicBytez other, long otherByteIndex, long myByteIndex, long lenBytes) voidByteSink.copyTo(BasicBytez other, long otherByteIndex, long myByteIndex, long lenBytes) -
Uses of BasicBytez in org.nustaq.offheap.bytez.malloc
Classes in org.nustaq.offheap.bytez.malloc that implement BasicBytezModifier 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.Methods in org.nustaq.offheap.bytez.malloc that return BasicBytezModifier and TypeMethodDescriptionMallocBytez.newInstance(long size) MemoryBytez.newInstance(long size) Methods in org.nustaq.offheap.bytez.malloc with parameters of type BasicBytezModifier and TypeMethodDescriptionvoidMallocBytez.copyTo(BasicBytez other, long otherByteIndex, long myByteIndex, long lenBytes) voidMemoryBytez.copyTo(BasicBytez other, long otherByteIndex, long myByteIndex, long lenBytes) -
Uses of BasicBytez in org.nustaq.offheap.bytez.niobuffers
Classes in org.nustaq.offheap.bytez.niobuffers that implement BasicBytezMethods in org.nustaq.offheap.bytez.niobuffers that return BasicBytezMethods in org.nustaq.offheap.bytez.niobuffers with parameters of type BasicBytezModifier and TypeMethodDescriptionvoidByteBufferBasicBytez.copyTo(BasicBytez other, long otherByteIndex, long myByteIndex, long lenBytes) -
Uses of BasicBytez in org.nustaq.offheap.bytez.onheap
Classes in org.nustaq.offheap.bytez.onheap that implement BasicBytezModifier and TypeClassDescriptionclassbyte array abstraction based on heap byte arrays.Methods in org.nustaq.offheap.bytez.onheap that return BasicBytezMethods in org.nustaq.offheap.bytez.onheap with parameters of type BasicBytezModifier and TypeMethodDescriptionvoidHeapBytez.copyTo(BasicBytez other, long otherByteIndex, long myByteIndex, long lenBytes) -
Uses of BasicBytez in org.nustaq.serialization.coders
Methods in org.nustaq.serialization.coders that return BasicBytezMethods in org.nustaq.serialization.coders with parameters of type BasicBytezConstructors in org.nustaq.serialization.coders with parameters of type BasicBytezModifierConstructorDescriptionFSTBytezDecoder(FSTConfiguration conf, BasicBytez input) FSTBytezEncoder(FSTConfiguration conf, BasicBytez base)