Package org.infinispan.io
Provides Infinispan-specific input and output streams, buffers and related utilities.
-
Class Summary Class Description ByteBufferImpl Deprecated. ExpandableMarshalledValueByteStream A 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.ExposedByteArrayOutputStream Deprecated. GridFile Subclass of File to iterate through directories and files in a gridGridFile.Metadata GridFilesystem Entry point for GridFile and GridInputStream / GridOutputStreamGridInputStream GridOutputStream ImmutableMarshalledValueByteStream A byte stream that is immutable.MarshalledValueByteStream A stream of bytes which can be written to, and the underlying byte array can be directly accessed.ModularArithmetic For compatibilityReadableGridFileChannel UnclosableObjectInputStream A delegatingObjectInputthat delegates all methods exceptObjectInput.close().UnclosableObjectOutputStream An unclosable version of anObjectOutput.WritableGridFileChannel