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 classExpandableMarshalledValueByteStreamA byte stream that can be written to and expanded on the fly, not dissimilar toExposedByteArrayOutputStreambut with the benefit of not having to allocate unnecessary byte arrays by not extendingByteArrayOutputStream.classImmutableMarshalledValueByteStreamA byte stream that is immutable.
-