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