Package com.saperion.common.io
package com.saperion.common.io
-
ClassesClassDescriptionThis class contains utility-methods for instances of
AutoCloseable.Concatenates severalinput streamsto another input stream so that if one reads the resulting stream it is the same as reading the streams one after another.ThisInputStreamcounts the number of bytes read (or skipped) to determine the length of stream while streaming.An EmptyInputStream is anInputStreamthat never holds any data.A simple class containing aURLfor anInputStream.This sub-class ofTempFileByteBufferis only capable to return oneInputStream.AnInputStreamthat 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.AnOutputStreamthat stores it's data in aTempFileByteBuffer.