KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > io > OutputStream > Top Examples

  • org.apache.fop.mif.MIFDocument
    class representing a MIF document. The document is built up by calling various methods and then finally output to given filehandle using output method. @author Seshadri G
  • org.jrobin.graph.GifEncoder
    = 0
  • com.lutris.util.OutputStreamHub
  • org.apache.james.core.MimeMessageWrapper
    This object wraps a MimeMessage, only loading the underlying MimeMessage object when needed. Also tracks if changes were made to reduce unnecessary saves.
  • org.python.core.PyFile
    To do: - readinto(array) - modes w, a should disallow reading - what to do about buffer size? - isatty() - fileno() (defined, but always raises an exception, for urllib) A python file wrapper around a java stream, reader/writer or file.
  • org.apache.axis2.transport.AbstractTransportSender
    By the time this Class is invoked either the To EPR on the MessageContext should be set or TRANSPORT_WRITER property set in the message Context with a Writer. This Class would write the SOAPMessage using either of the methods in the order To then Writer.
  • net.sf.jasperreports.engine.JasperManager
    General purpose façade class for the JasperReports engine. It delegates almost all its functionality to the other specialized façade classes for compiling, filling, printing or exporting reports. @see net.sf.jasperreports.engine.JasperCompileManager @see net.sf.jasperreports.engine.JasperFillMana ...
  • org.apache.commons.io.output.DemuxOutputStream
    Data written to this stream is forwarded to a stream that has been associated with this thread. @author <a HREF="mailto:peter@apache.org">Peter Donald</a> @version $Revision: 1.5 $ $Date: 2004/02/23 04:40:29 $
  • org.apache.axis.attachments.DimeBodyPart
    This class is a single part for DIME mulitpart message. OPTIONS + PADDING | ID + PADDING | TYPE + PADDING | DATA + PADDING | Holds one attachment DIME part.
  • org.jboss.axis.attachments.DimeBodyPart
    @author Rick Rineholt This class is a single part for DIME mulitpart message. OPTIONS + PADDING | ID + PADDING | TYPE + PADDING | DATA + PADDING | Holds one attachment DIME part.
  • org.xquark.util.DocumentCleaner
    This handler processes specific XML documents that under the root element have multiple elements. It dispatches these subelements into 2 streams according to the fact that these elements are valid or not. When not, the schema error message is written inline as a comment.
  • org.apache.avalon.excalibur.io.EndianUtil
    Utility code for dealing with different endian systems. @author <a HREF="mailto:peter@apache.org">Peter Donald</a> @version CVS $Revision: 1.4 $ $Date: 2001/12/11 09:53:29 $ @since 4.0
  • org.apache.batik.transcoder.image.JPEGTranscoder
    This class is an <tt>ImageTranscoder</tt> that produces a JPEG image. @author <a HREF="mailto:Thierry.Kormann@sophia.inria.fr">Thierry Kormann</a> @version $Id: JPEGTranscoder.java,v 1.11 2005/03/27 08:58:36 cam Exp $
  • org.apache.fop.render.mif.MIFRenderer
    Renders areas to MIF. Collects all the Pages and print them out at the end. This means that the MIF renderer does not stream. @author Seshadri G @author <a HREF="mailto:mark-fop@inomial.com">Mark Lillywhite</a>
  • org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
    Implementation of FOM (Flow Object Model). @since 2.1 @author <a HREF="mailto:coliver.at.apache.org">Christopher Oliver</a> @author <a HREF="mailto:reinhard.at.apache.org">Reinhard Pötz</a> @version CVS $Id: FOM_Cocoon.java 158581 2005-03-22 09:16:17Z cziegeler $
  • org.eclipse.core.runtime.adaptor.StreamManagerOutputStream
    Represents an <code>OutputStream</code> provided by FileManager @see StreamManager#getOutputStream(String) <p> Clients may not extend this class. </p> @since 3.1
  • org.apache.commons.httpclient.HttpConnection
    An abstraction of an HTTP {@link InputStream} and {@link OutputStream} pair, together with the relevant attributes. <p> The following options are set on the socket before getting the input/output streams in the {@link #open()} method: <table border=1><tr> <th>Socket Method ...
Popular Tags