KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.webdav.lib.WebdavResource
    The class <code>WebdavResource</code> is an abstract representation for WebDAV resource.<p> <pre> A functional comparison of WebdavResource and JDK(It's different a lot). ----------------------------------+------------------------------------- File class (JDK 1.3.x) ...
  • org.xquark.xquery.parser.XQueryParserTokenManager
  • nu.xom.tests.XIncludeTest
    <p> Unit tests for the XInclude and XPointer engines. </p> @author Elliotte Rusty Harold @version 1.0
  • 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.eclipse.jdi.internal.spy.VerbosePacketStream
    The <code>VerbosePacketWriter</code> is responsible for writing out JdwpPacket data in human readable form.
  • nu.xom.tests.SerializerTest
    <p> Tests for <code>Serializer</code> functionality. </p> @author Elliotte Rusty Harold @version 1.0
  • org.codehaus.groovy.runtime.DefaultGroovyMethods
    This class defines all the new groovy methods which appear on normal JDK classes inside the Groovy environment. Static methods are used with the first parameter the destination class. @author <a HREF="mailto:james@coredevelopers.net">James Strachan</a> @author Jeremy Rayner @author Sa ...
  • com.imagero.uio.RandomAccessFactory
    Create RandomAccess/RandomAccess from various resources.<br> Since all classes in uio and buffer packages was made public, RandomAccesFactory is no more indispensable and gives not all possibilities. However ist is very useful as example. @author Andrei Kouznetsov @see RandomAccess Date: 12 ...
  • net.nutch.ndfs.NDFSClient
    NDFSClient does what's necessary to connect to a Nutch Filesystem and perform basic file tasks. @author Mike Cafarella, Tessa MacDuff
  • org.codehaus.aspectwerkz.expression.ast.ExpressionParserTokenManager
  • com.sun.xml.fastinfoset.Encoder
  • 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.commons.net.ftp.FTPClient
    FTPClient encapsulates all the functionality necessary to store and retrieve files from an FTP server. This class takes care of all low level details of interacting with an FTP server and provides a convenient higher level interface. As with all classes derived from {@link org.apache.commons.net ...
  • HTTPClient.HTTPConnection
    This class implements http protocol requests; it contains most of HTTP/1.1 and ought to be unconditionally compliant. Redirections are automatically handled, and authorizations requests are recognized and dealt with via an authorization handler. Only full HTTP/1.0 and HTTP/1.1 requests are generat ...
  • org.objectweb.cjdbc.driver.Connection
    This class implements the communication protocol to the Controller. <p> Connection.java was inspired from the PostgreSQL JDBC driver by Peter T. Mount. @author <a HREF="mailto:Emmanuel.Cecchet@inria.fr">Emmanuel Cecchet </a> @author <a HREF="mailto:Julie.Marguerite@inria.fr"& ...
  • org.apache.axis.wsdl.symbolTable.SymbolTable
    This class represents a table of all of the top-level symbols from a set of WSDL Definitions and DOM Documents: XML types; WSDL messages, portTypes, bindings, and services. <p/> This symbolTable contains entries of the form <key, value> where key is of type QName and value is of type ...
  • freemarker.ext.jsp.TagTransformModel
    @version $Id: TagTransformModel.java,v 1.17 2005/06/11 12:13:39 szegedia Exp $ @author Attila Szegedi
  • org.python.compiler.Code
  • org.eclipse.swt.tools.internal.IconExe
    Customize the icon of a Windows exe WARNING! This class is not part of SWT API. It is NOT API. It is an internal tool that may be changed or removed at anytime. Based on MSDN "An In-Depth Look into the Win32 Portable Executable File Format"
  • com.caucho.burlap.io.BurlapInput
    Input stream for Burlap requests. <p>BurlapInput is unbuffered, so any client needs to provide its own buffering. <pre> InputStream is = ...; // from http connection BurlapInput in = new BurlapInput(is); String value; in.startReply(); // read reply header value = in.readStri ...
  • com.caucho.vfs.WriteStream
    A fast bufferered output stream supporting both character and byte data. The underlying stream sources are provided by StreamImpl classes, so all streams have the same API regardless of the underlying implementation. <p>OutputStream and Writers are combined. The <code>write</code ...
  • com.internetcds.jdbc.tds.Tds
    Cancel the current SQL if the timeout expires. @version $Id: Tds.java,v 1.1 2003/04/29 18:07:53 sinisa Exp $ @author Craig Spannring
  • org.apache.commons.net.ftp.FTP
    FTP provides the basic the functionality necessary to implement your own FTP client. It extends org.apache.commons.net.TelnetClient simply because it saves the writing of extra code to handle the FTP control connection which always remains open during an FTP session and uses the Telnet protocol. ...
  • org.jdom.output.XMLOutputter
    Outputs a JDOM document as a stream of bytes. The outputter can manage many styles of document formatting, from untouched to pretty printed. The default is to output the document content exactly as created, but this can be changed by setting a new Format object. For pretty-print output, use <co ...
  • org.jboss.aop.pointcut.ast.PointcutExpressionParserTokenManager
  • com.imagero.uio.AbstractRandomAccess
    implementation of RandomAccess @author Andrei Kouznetsov Date: 08.11.2003 Time: 21:37:03
  • org.openlaszlo.iv.flash.util.PNGHelper
    Helper class to decode PNG images. Does read but not support gAMA chunk (yet :-) @author Patrick Talbot
  • org.apache.batik.ext.awt.image.codec.PNGImageEncoder
    Initialize CRC table
  • com.thoughtworks.xstream.core.util.CustomObjectInputStream
  • org.python.parser.PythonGrammarTokenManager
  • com.caucho.burlap.io.BurlapOutput
    Output stream for Burlap requests, compatible with microedition Java. It only uses classes and types available in JDK. <p>Since BurlapOutput does not depend on any classes other than in the JDK, it can be extracted independently into a smaller package. <p>BurlapOutput is unbuffered, ...
  • nu.xom.tests.NodeFactoryTest
    <p> Tests that subclasses of <code>NodeFactory</code> can filter on building in various ways. </p> @author Elliotte Rusty Harold @version 1.0
  • net.nutch.db.WebDBWriter
    This is a wrapper class that allows us to reorder write operations to the linkdb and pagedb. It is useful only for objects like UpdateDatabaseTool, which just does writes. The WebDBWriter is a traditional single-pass database writer. It does not cache any instructions to disk (but it does in mem ...
  • net.nutch.db.DistributedWebDBWriter
    This is a wrapper class that allows us to reorder write operations to the linkdb and pagedb. It is useful only for objects like UpdateDatabaseTool, which just does writes. The WebDBWriter is a traditional single-pass database writer. It does not cache any instructions to disk (but it does in mem ...
  • org.apache.struts.taglib.bean.TestSizeTag
    Suite of unit tests for the <code>org.apache.struts.taglib.bean.SizeTag</code> class.
  • org.apache.commons.net.nntp.NNTP
    The NNTP class is not meant to be used by itself and is provided only so that you may easily implement your own NNTP client if you so desire. If you have no need to perform your own implementation, you should use {@link org.apache.commons.net.nntp.NNTPClient}. The NNTP class is made public to pro ...
  • org.exolab.jms.message.BytesMessageImpl
    This class implements the {@link BytesMessage} interface. @version $Revision: 1.2 $ $Date: 2005/03/18 03:50:12 $ @author <a HREF="mailto:mourikis@intalio.com">Jim Mourikis</a> @author <a HREF="mailto:tima@netspace.net.au">Tim Anderson</a> @see BytesMe ...
  • org.jboss.axis.attachments.DimeDelimitedInputStream
    This class takes the input stream and turns it multiple streams. DIME version 0 format <pre> 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ --- | ...
  • org.htmlparser.lexer.InputStreamSource
    A source of characters based on an InputStream such as from a URLConnection.
  • org.apache.tools.ant.taskdefs.Execute
    Runs an external program. @since Ant 1.2
  • com.mockobjects.servlet.MockBodyContent
  • org.jboss.mq.SpyBytesMessage
    This class implements javax.jms.BytesMessage @author Norbert Lataille (Norbert.Lataille@m4x.org) @author <a HREF="mailto:adrian@jboss.org">Adrian Brock</a> @version $Revision: 1.12.6.1 $
  • com.imagero.uio.io.IOutils
    IOutils.java @author Andrei Kouznetsov
  • cz.cuni.sofa.lib.OutputStream
  • org.objectweb.proactive.core.body.jini.JiniBodyAdapter
    An adapter for a JiniBody to be able to receive remote calls. This helps isolate JINI-specific code into a small set of specific classes, thus enabling reuse if we one day decide to switch to another jini objects library.
  • com.caucho.portal.generic.context.AbstractResponseHandler
    A ResponseHandler that wraps another ResponseHandler. Derived classes override the print() and write() methods to intercept the output. flushBuffer(), reset(), and resetBuffer() DO NOT propagate to the wrapped stream (they do nothing in the implementations for this class)
  • org.eclipse.update.internal.configurator.PlatformConfiguration
    This class is responsible for providing the features and plugins (bundles) to the runtime. Configuration data is stored in the configuration/org.eclipse.update/platform.xml file. When eclipse starts, it tries to load the config info from platform.xml. If the file does not exist, then it also tries ...
  • org.apache.commons.httpclient.HttpMethodBase
    An abstract base implementation of HttpMethod. <p> At minimum, subclasses will need to override: <ul> <li>{@link #getName} to return the approriate name for this method </li> </ul> <p> When a method's request may contain a body, subclasses will typically want t ...
  • com.internetcds.jdbc.tds.TdsComm
    Handle the communications for a Tds instance. @version $Id: TdsComm.java,v 1.1 2003/04/29 18:07:53 sinisa Exp $ @author Craig Spannring @author Igor Petrovski
  • org.apache.catalina.session.StandardManager
    Standard implementation of the <b>Manager</b> interface that provides simple session persistence across restarts of this component (such as when the entire server is shut down and restarted, or when a particular web application is reloaded. <p> <b>IMPLEMENTATION NOTE</b& ...
Popular Tags