KickJava   Java API By Example, From Geeks To Geeks.

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

  • nu.xom.tests.BuilderTest
    <p> Tests building documents from streams, strings, files, and other input sources. </p> @author Elliotte Rusty Harold @version 1.0
  • org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
    General IO Stream manipulation. <p> This class provides static utility methods for input/output operations, particularly buffered copying between sources (<code>InputStream</code>, <code>Reader</code>, <code>String</code> and <code>byte[]</code> ...
  • org.apache.avalon.meta.info.writer.XMLTypeWriter
    Write {@link Type} objects to a stream as xml documents. TODO: Address configuration schema support @author <a HREF="mailto:dev@avalon.apache.org">Avalon Development Team</a> @version $Revision: 1.13 $ $Date: 2003/08/11 22:06:38 $
  • Examples
    Some examples to show how the Simple API for Transformations could be used. Xalan Developers: please see xml-xalan/test/java/src/org/apache/qetest/trax/ExamplesTest.java when updating this file, and update that test file as well. @author <a HREF="mailto:scott_boag@lotus.com">Scott Boag< ...
  • org.apache.axis.utils.XMLUtils
  • org.apache.commons.io.CopyUtils
    <p> This class provides static utility methods for buffered copying between sources (<code>InputStream</code>, <code>Reader</code>, <code>String</code> and <code>byte[]</code>) and destinations (<code>OutputStream</code>, <code&g ...
  • org.dbunit.util.xml.XmlWriter
    Makes writing XML much much easier. Improved from <a HREF="http://builder.com.com/article.jhtml?id=u00220020318yan01.htm&page=1&vf=tt">article</a> @author <a HREF="mailto:bayard@apache.org">Henri Yandell</a> @author <a HREF="mailto:pete@fingertipsoft.com">Pet ...
  • org.apache.batik.svggen.XmlWriter
    Writes a Node as text output. Package access. This is not* a full Xml printout implementation. It only covers what is needed by the Graphics2D class. The code for this class draws heavily from the work done for Sun's Project X by David Brownell. @author <a HREF="mailto:vincent.hardy@eng.sun.co ...
  • org.apache.taglibs.io.URLTag
    A JSP Custom tag to make a URL request and output the response. @author <a HREF="mailto:james.strachan@metastuff.com">James Strachan</a> @version $Revision: 1.7 $
  • org.apache.log4j.WriterAppender
    Contibutors: Jens Uwe Pipka <jens.pipka@gmx.de> Ben Sandee
  • org.apache.velocity.tools.view.servlet.VelocityViewServlet
    <p>A servlet to process Velocity templates. This is comparable to the the JspServlet for JSP-based applications.</p> <p>The servlet provides the following features:</p> <ul> <li>renders Velocity templates</li> <li>provides support for an auto-loaded ...
  • org.springframework.mock.web.MockHttpServletResponse
    Mock implementation of the HttpServletResponse interface. <p>Used for testing the web framework; also useful for testing application controllers. @author Rod Johnson @author Juergen Hoeller @since 1.0.2
  • com.mysql.jdbc.MysqlIO
    This class is used by Connection for communicating with the MySQL server. @author Mark Matthews @version $Id: MysqlIO.java,v 1.1.2.7 2005/06/22 23:11:03 mmatthews Exp $ @see java.sql.Connection Can use compression Can use LOAD DATA Found instead of Get all column flags new more secure for > ...
  • org.enhydra.convert.xml.RoleLinkImpl
  • org.quickserver.net.server.ClientHandler
    Class that handles clients for QuickServer. <p> This class is used by {@link QuickServer} to handle each new client connected. This class is responsible to handle client sockets. It can operate in both blocking mode and non-blocking mode (java nio).</p> @author Akshathkumar Shetty @aut ...
Popular Tags