public class Decoder extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Decoder.DecodeState |
Modifier and Type | Field and Description |
---|---|
static byte |
EXTENTION_BIT |
Constructor and Description |
---|
Decoder(DecoderListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
addByte(byte b) |
static byte[] |
ascii2Bytes(String s) |
static String |
bytes2Ascii(byte[] byteArray) |
Decoder.DecodeState |
getState() |
void |
reset() |
public static final byte EXTENTION_BIT
public Decoder(DecoderListener listener)
public static byte[] ascii2Bytes(String s)
public static String bytes2Ascii(byte[] byteArray)
public void addByte(byte b)
public Decoder.DecodeState getState()
public void reset()
Copyright © 2009–2016 MBus4J. All rights reserved.