Package org.bidib.jbidibc.serial
Class SerialMessageEncoder
java.lang.Object
org.bidib.jbidibc.serial.SerialMessageEncoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidencodeMessage(byte[] message, OutputStream output) static voidencodeMessage(ByteArrayOutputStream data, OutputStream output)
-
Constructor Details
-
SerialMessageEncoder
public SerialMessageEncoder()
-
-
Method Details
-
encodeMessage
public static void encodeMessage(ByteArrayOutputStream data, OutputStream output) throws IOException - Throws:
IOException
-
encodeMessage
- Throws:
IOException
-