Uses of Class
com.helger.commons.io.stream.HasInputStream
-
Packages that use HasInputStream Package Description com.helger.commons.io.stream -
-
Uses of HasInputStream in com.helger.commons.io.stream
Methods in com.helger.commons.io.stream that return HasInputStream Modifier and Type Method Description static HasInputStreamHasInputStream. multiple(Supplier<? extends InputStream> aISP)Create a new object with a supplier that can read multiple times.static HasInputStreamHasInputStream. once(Supplier<? extends InputStream> aISP)Create a new object with a supplier that can be read only once.
-