Class EmptyInputStream

java.lang.Object
java.io.InputStream
com.globalmentor.io.EmptyInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class EmptyInputStream extends InputStream
An input stream that has no content.
Author:
Garret Wilson