public abstract class FilesInputStream extends InputStream implements Closeable
| Constructor and Description |
|---|
FilesInputStream() |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
long |
transferTo(OutputStream out) |
available, close, mark, markSupported, read, read, reset, skippublic int read()
throws IOException
read in class InputStreamIOExceptionpublic long transferTo(OutputStream out) throws IOException
IOExceptionCopyright © 2024 com.github.files-com. All rights reserved.