public interface InputStreamSupplier
InputStreamSupplier objects
represent entities such as files and sockets, which can be read as a stream
of bytes. Various factory methods for InputStreamSupplier objects may be
found on InputStreamSuppliers.InputStreamSuppliers| Modifier and Type | Method and Description |
|---|---|
InputStream |
open()
Opens an input stream for reading.
|
InputStream open() throws IOException
InputStream.IOException - if an I/O error occurs while opening streamCopyright © 2020 Actian Corporation. All rights reserved.