Package com.saperion.common.io
package com.saperion.common.io
-
ClassesClassDescriptionThis class contains utility-methods for instances of
AutoCloseable
.Concatenates severalinput streams
to another input stream so that if one reads the resulting stream it is the same as reading the streams one after another.ThisInputStream
counts the number of bytes read (or skipped) to determine the length of stream while streaming.An EmptyInputStream is anInputStream
that never holds any data.A simple class containing aURL
for anInputStream
.This sub-class ofTempFileByteBuffer
is only capable to return oneInputStream
.AnInputStream
that is serializableUtility class for stream treatment.A buffer for bytes that keeps a certain amount of bytes in memory before switching to a temporary file.AnOutputStream
that stores it's data in aTempFileByteBuffer
.