Uses of Interface
org.infinispan.commons.io.ByteBuffer
Packages that use ByteBuffer
Package
Description
Commons IO package
Provides Infinispan-specific input and output streams, buffers and related utilities.
-
Uses of ByteBuffer in org.infinispan.commons.io
Classes in org.infinispan.commons.io that implement ByteBufferModifier and TypeClassDescriptionclassA byte buffer that exposes the internal byte array with minimal copyingMethods in org.infinispan.commons.io that return ByteBufferModifier and TypeMethodDescriptionByteBuffer.copy()Returns a new byte[] instance of sizegetLength()that contains all the bytes owned by this buffer.ByteBufferFactory.newByteBuffer(byte[] b) ByteBufferFactory.newByteBuffer(byte[] b, int offset, int length) ByteBufferFactoryImpl.newByteBuffer(byte[] b) ByteBufferFactoryImpl.newByteBuffer(byte[] b, int offset, int length) -
Uses of ByteBuffer in org.infinispan.commons.marshall
Methods in org.infinispan.commons.marshall that return ByteBufferModifier and TypeMethodDescriptionAbstractMarshaller.objectToBuffer(Object obj) protected abstract ByteBufferAbstractMarshaller.objectToBuffer(Object o, int estimatedSize) This is a convenience method for converting an object into aByteBufferwhich takes an estimated size as parameter.protected ByteBufferIdentityMarshaller.objectToBuffer(Object o, int estimatedSize) protected ByteBufferImmutableProtoStreamMarshaller.objectToBuffer(Object o, int estimatedSize) protected ByteBufferJavaSerializationMarshaller.objectToBuffer(Object o, int estimatedSize) Marshaller.objectToBuffer(Object o) A method that returns an instance ofByteBuffer, which allows direct access to the byte array with minimal array copyingprotected ByteBufferStringMarshaller.objectToBuffer(Object o, int estimatedSize) Methods in org.infinispan.commons.marshall with parameters of type ByteBuffer