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, skip
public ElementInputStream(IOElementPipe pipe)
pipe
- public int read(byte[] b, int off, int len)
read
in class InputStream
public int read() throws IOException
read
in class InputStream
IOException
Copyright © 2022 WSO2. All rights reserved.