|
jamod at SF | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.InputStream java.io.FilterInputStream net.wimpi.modbus.io.BINInputStream
Class implementing a specialized InputStream which handles binary transmitted messages.
ModbusBINTransport.FRAME_START
,
ModbusBINTransport.FRAME_END
Field Summary |
Fields inherited from class java.io.FilterInputStream |
in |
Constructor Summary | |
BINInputStream(java.io.InputStream in)
Constructs a new BINInputStream instance reading from the given InputStream. |
Method Summary | |
int |
read()
Reads a byte from the BIN encoded stream. |
Methods inherited from class java.io.FilterInputStream |
available, close, mark, markSupported, read, read, reset, skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BINInputStream(java.io.InputStream in)
in
- a base input stream to be wrapped.Method Detail |
public int read() throws java.io.IOException
java.io.IOException
- if an I/O error occurs.
|
jamod at SF | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |