Uses of Class
org.infinispan.io.MarshalledValueByteStream
-
Packages that use MarshalledValueByteStream Package Description org.infinispan.io Provides Infinispan-specific input and output streams, buffers and related utilities. -
-
Uses of MarshalledValueByteStream in org.infinispan.io
Subclasses of MarshalledValueByteStream in org.infinispan.io Modifier and Type Class Description class
ExpandableMarshalledValueByteStream
A byte stream that can be written to and expanded on the fly, not dissimilar toExposedByteArrayOutputStream
but with the benefit of not having to allocate unnecessary byte arrays by not extendingByteArrayOutputStream
.class
ImmutableMarshalledValueByteStream
A byte stream that is immutable.
-