Class BinaryMsgOutputStream

java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
com.tccc.kos.commons.util.ByteOrderOutputStream
com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgOutputStream
All Implemented Interfaces:
ByteOrderOutput, Closeable, Flushable, AutoCloseable

public class BinaryMsgOutputStream extends ByteOrderOutputStream
Extends ByteArrayOutputStream so that it can automatically build the correct header for the message.
Since:
1.0
Version:
2023-12-17
  • Constructor Details

    • BinaryMsgOutputStream

      public BinaryMsgOutputStream(ByteOrder byteOrder, int initialSize)
      Create a new output stream.