public class MLLPInputStream extends BufferedInputStream
in| Constructor and Description |
|---|
MLLPInputStream(InputStream in) |
MLLPInputStream(InputStream in,
int size) |
| Modifier and Type | Method and Description |
|---|---|
int |
copyTo(OutputStream out) |
boolean |
hasMoreInput() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
byte[] |
readMessage() |
available, close, mark, markSupported, reset, skipreadpublic MLLPInputStream(InputStream in)
public MLLPInputStream(InputStream in, int size)
public boolean hasMoreInput()
throws IOException
IOExceptionpublic int read()
throws IOException
read in class BufferedInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class BufferedInputStreamIOExceptionpublic int copyTo(OutputStream out) throws IOException
IOExceptionpublic byte[] readMessage()
throws IOException
IOExceptionCopyright © 2020. All rights reserved.