public class BINInputStream extends FilterInputStream
ModbusBINTransport#FRAME_START,
ModbusBINTransport#FRAME_ENDin| Constructor and Description |
|---|
BINInputStream(InputStream in)
Constructs a new BINInputStream instance
reading from the given InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
int |
read()
Reads a byte from the BIN encoded stream.
|
available, close, mark, markSupported, read, read, reset, skippublic BINInputStream(InputStream in)
in - a base input stream to be wrapped.public int read()
throws IOException
read in class FilterInputStreamIOException - if an I/O error occurs.Copyright © 2017. All rights reserved.