Package org.apache.cxf.io
package org.apache.cxf.io
-
ClassDescriptionOutputstream that will buffer a certain amount before writing anything to the underlying stream.Provides a convenient hook onFirstWrite() for those needing to wrap an output stream.This outputstream implementation will both write to the outputstream that is specified and cache the data at the same time.A class to hold a pair of encryption and decryption ciphers.Marker interface for OutputStreams that can directly support copying from an input stream.
InputStream
implementation that reads a character stream from aReader
and transforms it to a byte stream using a specified charset encoding.Implementing classes support transfer of their data to a file.This outputstream implementation will cache the message until close() is called, at which point it will write the message to the OutputStream supplied via the constructor.