public class OutputEngineInputStream extends InputStream
| Constructor and Description |
|---|
OutputEngineInputStream(OutputEngine engine) |
OutputEngineInputStream(OutputEngine engine,
int initialBufferSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
int |
read() |
int |
read(byte[] data,
int offset,
int length) |
long |
skip(long amount) |
mark, markSupported, read, resetpublic OutputEngineInputStream(OutputEngine engine) throws IOException
IOExceptionpublic OutputEngineInputStream(OutputEngine engine, int initialBufferSize) throws IOException
IOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] data,
int offset,
int length)
throws IOException
read in class InputStreamIOExceptionpublic long skip(long amount)
throws IOException
skip in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2007-2018. All Rights Reserved.