Class MarkableNullInputStream

java.lang.Object
java.io.InputStream
de.xima.fc.common.io.MarkableNullInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public final class MarkableNullInputStream extends InputStream
An InputStream that is always empty and markable / resettable. InputStream.nullInputStream() is not markable, this one is. Some use cases such as the ICU4J library require markable input streams.
Since:
8.3.0
Author:
XIMA Media GmbH