Package com.activeviam.io
-
Class Summary Class Description ByteBufferInputStream Implementation of anInputStreampulling its data from aByteBuffer.ByteBufferOutputStream Implementation of anOutputStreamwriting its content to aByteBuffer.ExposedByteArrayOutputStream Modified version of JGroups ExposedByteArrayOutputStream, which optimizes the write function to limit unnecessary transient array copies when the buffer gets large.LimitedByteArrayOutputStream AByteArrayOutputStreamthat throws anActiveViamRuntimeExceptionwhen reaching the selected size limit in order to avoidOOM Errorswhen the underlying byte buffer overflows.MarkableFileInputStream An file input stream class that supports marking, using its underlying channel.MultipleOutputStream