List of usage examples for java.io FilterOutputStream subclass-usage
From source file org.browsermob.proxy.jetty.util.RolloverFileOutputStream.java
/** A File OutputStream that rolls overs. * If the passed filename contains the string "yyyy_mm_dd" on daily intervals. * @version $Id: RolloverFileOutputStream.java,v 1.14 2005/08/13 00:01:28 gregwilkins Exp $ * @author Greg Wilkins (gregw) */ public class RolloverFileOutputStream extends FilterOutputStream {
From source file net.lightbody.bmp.proxy.jetty.util.RolloverFileOutputStream.java
/** A File OutputStream that rolls overs. * If the passed filename contains the string "yyyy_mm_dd" on daily intervals. * @version $Id: RolloverFileOutputStream.java,v 1.14 2005/08/13 00:01:28 gregwilkins Exp $ * @author Greg Wilkins (gregw) */ public class RolloverFileOutputStream extends FilterOutputStream {
From source file NewlineOutputStream.java
/**
* Convert the various newline conventions to the local platform's
* newline convention. <p>
*
* This stream can be used with the Message.writeTo method to
* generate a message that uses the local plaform's line terminator
From source file CRLFOutputStream.java
/**
* Convert lines into the canonical MIME format, that is,
* terminate lines with CRLF. <p>
*
* This stream can be used with the Part.writeTo and Message.writeTo
* methods to generate the canonical MIME format of the data for the
From source file hudson.org.apache.tools.tar.TarOutputStream.java
/**
* The TarOutputStream writes a UNIX tar archive as an OutputStream.
* Methods are provided to put entries, and then write their contents
* by writing to this stream using write().
*
* @deprecated Use {@link org.apache.commons.compress.archivers.tar.TarArchiveOutputStream} instead
From source file Base64OutputStream.java
/**
* This class implements section <cite>6.8. Base64 Content-Transfer-Encoding</cite>
* from RFC 2045 <cite>Multipurpose Internet Mail Extensions (MIME) Part One:
* Format of Internet Message Bodies</cite> by Freed and Borenstein.
* <p>
* Code is based on Base64 and Base64OutputStream code from Commons-Codec 1.4.
From source file org.springframework.integration.x.rollover.file.RolloverFileOutputStream.java
/**
* RolloverFileOutputStream
*
* This output stream puts content in a file that is rolled over every rolloverPeriodMs, starting from
* rolloverStartTimeMs. The filename must include the string "yyyy_mm_dd", which is replaced with the actual date when
* creating and rolling over the file.
From source file org.openqa.jetty.util.RolloverFileOutputStream.java
/** A File OutputStream that rolls overs. * If the passed filename contains the string "yyyy_mm_dd" on daily intervals. * @version $Id: RolloverFileOutputStream.java,v 1.14 2005/08/13 00:01:28 gregwilkins Exp $ * @author Greg Wilkins (gregw) */ public class RolloverFileOutputStream extends FilterOutputStream {
From source file NewlineOutputStream.java
/**
* Convert the various newline conventions to the local platform's newline
* convention.
* <P>
*
* This stream can be used with the Message.writeTo method to generate a message
From source file NewlineOutputStream.java
/**
* Convert the various newline conventions to the local platform's newline
* convention.
* <p>
*
* This stream can be used with the Message.writeTo method to generate a message