|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MarshalledValueByteStream | |
---|---|
org.infinispan.io | Provides Infinispan-specific input and output streams, buffers and related utilities. |
org.infinispan.marshall | Infinispan makes use of custom marshalling to serialize and deserialize state wherever possible, rather than falling back to the JDK to do this. |
Uses of MarshalledValueByteStream in org.infinispan.io |
---|
Subclasses of MarshalledValueByteStream in org.infinispan.io | |
---|---|
class |
ExpandableMarshalledValueByteStream
A byte stream that can be written to and expanded on the fly, not dissimilar to ExposedByteArrayOutputStream
but with the benefit of not having to allocate unnecessary byte arrays by not extending ByteArrayOutputStream . |
class |
ImmutableMarshalledValueByteStream
A byte stream that is immutable. |
Uses of MarshalledValueByteStream in org.infinispan.marshall |
---|
Fields in org.infinispan.marshall declared as MarshalledValueByteStream | |
---|---|
protected MarshalledValueByteStream |
MarshalledValue.raw
|
Methods in org.infinispan.marshall that return MarshalledValueByteStream | |
---|---|
MarshalledValueByteStream |
MarshalledValue.getRaw()
|
MarshalledValueByteStream |
MarshalledValue.serialize()
|
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |