Class WrappingContent

java.lang.Object
de.aristaflow.adept2.util.io.RereadableContent
de.aristaflow.adept2.util.io.WrappingContent
All Implemented Interfaces:
Closeable, AutoCloseable

public class WrappingContent extends RereadableContent
A RereadableContent based on another RereadableContent. It has its own RrcInputStream to prevent the wrapped RereableContent from cleaning-up.