Package org.restlet.engine.io
package org.restlet.engine.io
Supports input and output work.
@since Restlet 2.0
-
ClassesClassDescriptionIO manipulation utilities.Pipe stream that pipes output streams into input streams.Filters an input stream to expose only a given range.Input stream based on a reader.InputStream decorator to trap
close()calls so that the underlying stream is not closed.OutputStream decorator to trap close() calls so that the decorated stream does not get closed.Output stream wrapping a character writer.