Uses of Class
com.helger.commons.io.stream.HasInputStream
Packages that use HasInputStream
-
Uses of HasInputStream in com.helger.commons.io.stream
Methods in com.helger.commons.io.stream that return HasInputStreamModifier and TypeMethodDescriptionstatic 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.