static InputStreamSupplier |
InputStreamSuppliers.bytes(byte[] bytes) |
static InputStreamSupplier |
InputStreamSuppliers.bytes(byte[] bytes,
int offset,
int size) |
static InputStreamSupplier |
InputStreamSuppliers.file(Path path) |
static InputStreamSupplier |
InputStreamSuppliers.file(String path) |
static InputStreamSupplier |
InputStreamSuppliers.inputStream(InputStream inputStream) |
static InputStreamSupplier |
InputStreamSuppliers.producer(ByteProducer producer) |
static InputStreamSupplier |
InputStreamSuppliers.resource(String name) |
static InputStreamSupplier |
InputStreamSuppliers.resource(String name,
Class<?> clazz) |
static InputStreamSupplier |
InputStreamSuppliers.resource(String name,
ClassLoader classLoader) |
static InputStreamSupplier |
InputStreamSuppliers.url(String url) |
static InputStreamSupplier |
InputStreamSuppliers.url(URL url) |