Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.io.input Classes and Interfaces - 25 results found.
NameDescriptionTypePackageFramework
AutoCloseInputStreamProxy stream that closes and discards the underlying stream as soon as the end of input has been reached or when the stream is explicitly closed.Classorg.apache.commons.io.inputApache Commons
BOMInputStreamThis class is used to wrap a stream that includes an encoded ByteOrderMark as its first bytes.Classorg.apache.commons.io.inputApache Commons
BoundedInputStreamThis is a stream that will only supply bytes up to a certain length - if its position goes above that, it will stop.Classorg.apache.commons.io.inputApache Commons
BrokenInputStreamBroken input stream.Classorg.apache.commons.io.inputApache Commons
CharSequenceInputStreamInputStream implementation that can read from String, StringBuffer, StringBuilder or CharBuffer.Classorg.apache.commons.io.inputApache Commons
CharSequenceReaderReader implementation that can read from String, StringBuffer, StringBuilder or CharBuffer.Classorg.apache.commons.io.inputApache Commons
ClassLoaderObjectInputStreamA special ObjectInputStream that loads a class based on a specified ClassLoader rather than the system default.Classorg.apache.commons.io.inputApache Commons
ClosedInputStreamClosed input stream.Classorg.apache.commons.io.inputApache Commons
CloseShieldInputStreamProxy stream that prevents the underlying input stream from being closed.Classorg.apache.commons.io.inputApache Commons
CountingInputStreamA decorating input stream that counts the number of bytes that have passed through the stream so far.Classorg.apache.commons.io.inputApache Commons
DemuxInputStreamData written to this stream is forwarded to a stream that has been associatedVersion:$Id: DemuxInputStream.Classorg.apache.commons.io.inputApache Commons
NullInputStreamA functional, light weight InputStream that emulates a stream of a specified size.Classorg.apache.commons.io.inputApache Commons
NullReaderA functional, light weight Reader that emulates a reader of a specified size.Classorg.apache.commons.io.inputApache Commons
ProxyInputStreamA Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods areClassorg.apache.commons.io.inputApache Commons
ProxyReaderA Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are Classorg.apache.commons.io.inputApache Commons
ReaderInputStreamInputStream implementation that reads a character stream from a Reader and transforms it to a byte stream using a specified charset encoding.Classorg.apache.commons.io.inputApache Commons
ReversedLinesFileReaderReads lines in a file reversely (similar to a BufferedReader, but starting at the last line).Classorg.apache.commons.io.inputApache Commons
SwappedDataInputStreamDataInput for systems relying on little endian data formats.Classorg.apache.commons.io.inputApache Commons
TaggedInputStreamAn input stream decorator that tags potential exceptions so that the stream that caused the exception can easily be identified.Classorg.apache.commons.io.inputApache Commons
TailerSimple implementation of the unix tail -f functionality.Classorg.apache.commons.io.inputApache Commons
TailerListenerListener for events from a Tailer.Interfaceorg.apache.commons.io.inputApache Commons
TailerListenerAdapterTailerListener Adapter.Classorg.apache.commons.io.inputApache Commons
TeeInputStreamInputStream proxy that transparently writes a copy of all bytes read from the proxied stream to a given OutputStream.Classorg.apache.commons.io.inputApache Commons
XmlStreamReaderCharacter stream that handles all the necessary Voodo to figure out the charset encoding of the XML document within the stream.Classorg.apache.commons.io.inputApache Commons
XmlStreamReaderExceptionThe XmlStreamReaderException is thrown by the XmlStreamReader constructors if the charset encoding can not be determined according to the XML 1.Classorg.apache.commons.io.inputApache Commons