KickJava   Java API By Example, From Geeks To Geeks.

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

  • 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 ...
  • com.mockobjects.sql.MockResultSet
    This is the base implementation of a mock result set. It manages converting objects from the current row into a other types. Entries can be found by either column index or column name. For basic java types (e.g. int, boolean), insert an instance of the appropriate object (e.g. Integer, Boolean) It ...
  • 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 ...
  • org.objectweb.jonas_lib.genbase.archive.WebApp
    A <code>WebApp</code> is a wrapper class around a Web Archive. @author Guillaume Sauthier
  • 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.jboss.util.stream.Streams
    A collection of stream related utility methods. <p>Exceptions that are thrown and not explicitly declared are given to the {@link ThrowableHandler} for further processing. @version <tt>$Revision: 1.4 $</tt> @author <a HREF="mailto:jason@planet57.com">Jason Dillon</a&g ...
  • org.apache.commons.beanutils.TestResultSet
    <p>Mock object that implements enough of <code>java.sql.ResultSet</code> to exercise the {@link ResultSetDyaClass} functionality.</p> @author Craig R. McClanahan @version $Revision: 1.5 $ $Date: 2004/02/28 13:18:36 $
  • com.hp.hpl.jena.util.test.TestFileManager
    com.hp.hpl.jena.brql.util.test.TestFileManager @author Andy Seaborne @version $Id: TestFileManager.java,v 1.4 2005/03/08 13:12:47 andy_seaborne Exp $
  • org.jacorb.security.sas.GSSUPContextSpi
    This is the GSS-API Sercurity Provider Interface (SPI) for the GSSUP Context @author David Robison @version $Id: GSSUPContextSpi.java,v 1.10 2004/05/06 12:40:01 nicolas Exp $
  • com.jcorporate.expresso.core.dataobjects.jdbc.LobField
    This class provides a low level BLOB capability while still keeping the programmer isolated from SQL syntax details. <p>The general usage is as follows:<br/> <code> &nbsp;MyDBObject myObj.setField("key1",1);<br/> &nbsp;LobField query = new LobField();<br/> &am ...
  • 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 ...
  • com.genimen.djeneric.tools.generator.core.JavaCharStream
    An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
  • org.apache.naming.resources.Resource
    Encapsultes the contents of a resource. @author <a HREF="mailto:remm@apache.org">Remy Maucherat</a> @version $Revision: 1.2 $
  • org.apache.commons.validator.ValidatorResources
    <p> General purpose class for storing <code>FormSet</code> objects based on their associated <code>Locale</code>. Instances of this class are usually configured through a validation.xml file that is parsed in a constructor. </p> <p><strong>Note< ...
  • de.jwi.jgallery.Image
    @author Jürgen Weber Source file created on 22.02.2004
  • org.eclipse.jdt.internal.corext.refactoring.nls.changes.DeleteFileChange
  • org.xquark.mapper.mapping.MappingTypeInfo
    @author sr To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
Popular Tags