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
Methods in org.infinispan.commons.io that return ByteBufferImpl Modifier and Type Method Description ByteBufferImpl
ByteBufferImpl. copy()
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)
-