| Package | Description |
|---|---|
| com.helger.commons.io.stream |
| Modifier and Type | Method and Description |
|---|---|
static HasInputStream |
HasInputStream.multiple(ISupplier<? extends InputStream> aISP)
Create a new object with a supplier that can read multiple times.
|
static HasInputStream |
HasInputStream.once(ISupplier<? extends InputStream> aISP)
Create a new object with a supplier that can be read only once.
|
Copyright © 2014–2020 Philip Helger. All rights reserved.