Package net.shibboleth.shared.io
package net.shibboleth.shared.io
Support components for I/O operations.
-
ClassDescriptionA subclass of
DeflaterOutputStreamwhich defaults in a no-wrapDeflaterinstance and closes it when the stream is closed.A subclass ofInflaterInputStreamwhich defaults in a no-wrapInflaterinstance and closes it when the stream is closed.An specialization ofFilterInputStreamwhich restricts the size of the stream to a specified number of bytes.Exception used bySizeLimitedInputStreamto indicate when the maximum allowed size of the stream has been reached.