KickJava   Java API By Example, From Geeks To Geeks.

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

  • net.nutch.protocol.http.HttpResponse
    An HTTP response.
  • com.sun.syndication.io.XmlReader
    Character stream that handles (or at least attemtps to) all the necessary Voodo to figure out the charset encoding of the XML document within the stream. <p> IMPORTANT: This class is not related in any way to the org.xml.sax.XMLReader. This one IS a character stream. <p> All this has t ...
  • org.objectweb.jonas.security.auth.callback.LoginCallbackHandler
    Come from the JAAS authentication tutorial The application implements the CallbackHandler. <p>This application is text-based. Therefore it displays information to the user using the OutputStreams System.out and System.err, and gathers input from the user using the InputStream System.in. @aut ...
  • org.openlaszlo.utils.FileUtils
    A dir is absolute if it begins with "" (the empty string to the left of the initial '/'), or a drive letter. Add '/' since c:/ will be split to c:, which isn't absolute. Also turns "" into "/" which is absolute, so the UNIX case can share this test. A utility class containing file utility functio ...
  • org.apache.batik.xml.XMLStreamNormalizingReader
    This class represents a normalizing reader with encoding detection management. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @version $Id: XMLStreamNormalizingReader.java,v 1.5 2004/08/18 07:16:00 vhardy Exp $
  • org.apache.commons.net.io.FromNetASCIIInputStream
    This class wraps an input stream, replacing all occurrences of &lt;CR&gt;&lt;LF&gt; (carriage return followed by a linefeed), which is the NETASCII standard for representing a newline, with the local line separator representation. You would use this class to implement ASCII file t ...
  • org.pdfbox.io.PushBackInputStream
    A simple subclass that adds a few convience methods. @author Ben Litchfield (ben@csh.rit.edu) @version $Revision: 1.4 $
Popular Tags