Uses of Class
org.infinispan.commons.marshall.WrappedByteArray
-
Packages that use WrappedByteArray Package Description org.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities. -
-
Uses of WrappedByteArray in org.infinispan.commons.marshall
Fields in org.infinispan.commons.marshall declared as WrappedByteArray Modifier and Type Field Description static WrappedByteArray
WrappedByteArray. EMPTY_BYTES
Methods in org.infinispan.commons.marshall that return WrappedByteArray Modifier and Type Method Description WrappedByteArray
WrappedByteArray.Externalizer. readObject(ObjectInput input)
Methods in org.infinispan.commons.marshall that return types with arguments of type WrappedByteArray Modifier and Type Method Description Set<Class<? extends WrappedByteArray>>
WrappedByteArray.Externalizer. getTypeClasses()
Methods in org.infinispan.commons.marshall with parameters of type WrappedByteArray Modifier and Type Method Description void
WrappedByteArray.Externalizer. writeObject(ObjectOutput output, WrappedByteArray object)
-