Class RememberingInputStream

java.lang.Object
java.io.InputStream
org.apache.aries.util.io.RememberingInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class RememberingInputStream extends InputStream
This class can be used to buffer an arbitrary amount of content from an input stream and be able to reset to the start.