Uses of Class
org.infinispan.commons.io.ByteBufferImpl
-
Packages that use ByteBufferImpl Package Description org.infinispan.commons.io Commons IO package -
-
Uses of ByteBufferImpl in org.infinispan.commons.io
Fields in org.infinispan.commons.io declared as ByteBufferImpl Modifier and Type Field Description static ByteBufferImpl
ByteBufferImpl. EMPTY_INSTANCE
Methods in org.infinispan.commons.io that return ByteBufferImpl Modifier and Type Method Description ByteBufferImpl
ByteBufferImpl. copy()
static ByteBufferImpl
ByteBufferImpl. create(byte[] array)
static ByteBufferImpl
ByteBufferImpl. create(byte[] array, int offset, int length)
ByteBufferImpl
ByteBufferImpl.Externalizer. readObject(ObjectInput input)
Methods in org.infinispan.commons.io that return types with arguments of type ByteBufferImpl Modifier and Type Method Description Set<Class<? extends ByteBufferImpl>>
ByteBufferImpl.Externalizer. getTypeClasses()
Methods in org.infinispan.commons.io with parameters of type ByteBufferImpl Modifier and Type Method Description void
ByteBufferImpl.Externalizer. writeObject(ObjectOutput output, ByteBufferImpl b)
-