public abstract class HadoopInputStream extends InputStream
| Constructor and Description |
|---|
HadoopInputStream() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
abstract int |
read(byte[] b,
int off,
int len) |
abstract void |
resetState() |
available, mark, markSupported, read, read, reset, skippublic abstract void resetState()
public abstract int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic abstract void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2011–2024. All rights reserved.