Name Type Description
SwappedDataInputStream Class DataInput for systems relying on little endian data formats.
ProxyReader Class A 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 being called.
ProxyInputStream Class A 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 being called.
DemuxInputStream Class Data written to this stream is forwarded to a stream that has been associated with this thread.
CountingInputStream Class A decorating input stream that counts the number of bytes that have passed through so far.
ClassLoaderObjectInputStream Class A special ObjectInputStream that loads a class based on a specified ClassLoader rather than the system default.