bformat.marshall

Standalone encoding/decoding functions

Members

Functions

decodeMessage
byte[] decodeMessage(byte[] bformatBytes)

Decodes the provided bformat message into the message itself

encodeBformat
byte[] encodeBformat(byte[] message)

Encodes the provided message into the bformat format

Meta