org.apache.avalon.excalibur.io.SwappedDataInputStream DataInput for systems relying on little endian data formats. @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.commons.io.input.SwappedDataInputStream DataInput for systems relying on little endian data formats. When read, values will be changed from little endian to big endian formats for internal usage. <p><b>Origin of code: </b>Avalon Excalibur (IO)</p> @author <a HREF="mailto:peter@apache.org">Peter Donald< ...
com.lowagie.text.pdf.RandomAccessFileOrArray An implementation of a RandomAccessFile for input only that accepts a file or a byte array as data source. @author Paulo Soares (psoares@consiste.pt)
org.apache.batik.ext.awt.image.codec.SeekableStream An abstract subclass of <code>java.io.InputStream</code> that allows seeking within the input, similar to the <code>RandomAccessFile</code> class. Additionally, the <code>DataInput</code> interface is supported and extended to include support for little-endian r ...
org.apache.coyote.http11.InternalInputBuffer Implementation of InputBuffer which provides HTTP request header parsing as well as transfer decoding. @author <a HREF="mailto:remm@apache.org">Remy Maucherat</a>
com.icl.saxon.aelfred.XmlParser $Id: XmlParser.java,v 1.19 2000/02/26 04:30:20 mojo Exp $ Parse XML documents and return parse events through call-backs. Use the <code>SAXDriver</code> class as your entry point, as the internal parser interfaces are subject to change. @author Written by David Megginson <dmegg ...