Class FakeInputStream

java.lang.Object
java.io.InputStream
io.clonecloudstore.test.stream.FakeInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class FakeInputStream extends InputStream
Fake InputStream often used in various situation for testing: It does not really allocate the space in memory so big InputStream can be tested.