public class ElementInputStream extends InputStream
| Constructor and Description |
|---|
ElementInputStream(IOElementPipe pipe)
Constructor which creates ElementInputStream object with IOElementPipe object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len)
Read data to byte array by getting data from pipe.
|
available, close, mark, markSupported, read, reset, skippublic ElementInputStream(IOElementPipe pipe)
pipe - public int read(byte[] b,
int off,
int len)
read in class InputStreampublic int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2019 WSO2. All rights reserved.