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 ByteBufferImplByteBufferImpl. EMPTY_INSTANCEMethods in org.infinispan.commons.io that return ByteBufferImpl Modifier and Type Method Description ByteBufferImplByteBufferImpl. copy()static ByteBufferImplByteBufferImpl. create(byte[] array)static ByteBufferImplByteBufferImpl. create(byte[] array, int offset, int length)static ByteBufferImplByteBufferImpl. create(ByteBuffer javaBuffer)ByteBufferImplByteBufferImpl.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 voidByteBufferImpl.Externalizer. writeObject(ObjectOutput output, ByteBufferImpl b)
-