Uses of Class
org.apache.commons.io.input.NullInputStream
-
Packages that use NullInputStream Package Description org.apache.commons.io.input Provides implementations of input classes, such asInputStream
andReader
. -
-
Uses of NullInputStream in org.apache.commons.io.input
Fields in org.apache.commons.io.input declared as NullInputStream Modifier and Type Field Description static NullInputStream
NullInputStream. INSTANCE
Deprecated.Not reusable without callinginit()
to reset state.Methods in org.apache.commons.io.input that return NullInputStream Modifier and Type Method Description NullInputStream
NullInputStream. init()
Initializes or re-initializes this instance for reuse.
-