Uses of Interface
org.infinispan.commons.marshall.WrappedBytes
-
Packages that use WrappedBytes Package Description org.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities. -
-
Uses of WrappedBytes in org.infinispan.commons.marshall
Classes in org.infinispan.commons.marshall that implement WrappedBytes Modifier and Type Class Description class
WrappedByteArray
Simple wrapper around a byte[] to provide equals and hashCode semanticsMethods in org.infinispan.commons.marshall with parameters of type WrappedBytes Modifier and Type Method Description boolean
WrappedByteArray. equalsWrappedBytes(WrappedBytes other)
default boolean
WrappedBytes. equalsWrappedBytes(WrappedBytes other)
-