public static final class FlowFileUnpackagerV1.NonCloseableInputStream extends InputStream
| Modifier and Type | Field and Description |
|---|---|
(package private) InputStream |
stream |
| Constructor and Description |
|---|
FlowFileUnpackagerV1.NonCloseableInputStream(InputStream stream) |
final InputStream stream
public FlowFileUnpackagerV1.NonCloseableInputStream(InputStream stream)
public void close()
close in interface Closeableclose in interface AutoCloseableclose in class InputStreampublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic void mark(int readlimit)
mark in class InputStreampublic void reset()
throws IOException
reset in class InputStreamIOExceptionpublic boolean markSupported()
markSupported in class InputStreampublic long skip(long n)
throws IOException
skip in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionCopyright © 2015 Apache NiFi Project. All rights reserved.