public class Stack extends Object
Constructor and Description |
---|
Stack() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
init(int i) |
boolean |
isFull() |
String |
peekBcdError(int digits) |
boolean |
peekIsTimestampRes1() |
boolean |
peekIsTimestampRes2() |
boolean |
peekIsTimestampRes3() |
boolean |
peekIsTimestampSummertime() |
boolean |
peekIsTimestampValid() |
byte |
popBcdByte() |
int |
popBcdInteger(int digits) |
long |
popBcdLong(int digits) |
short |
popBcdShort(int digits) |
byte |
popByte() |
byte[] |
popBytes() |
Date |
popDate() |
float |
popFloat() |
int |
popInteger() |
int |
popInteger(int bytes) |
long |
popLong() |
long |
popLong(int bytes) |
String |
popMan() |
short |
popShort() |
String |
popString() |
Date |
popTimeStamp() |
void |
push(byte b) |
char |
toLcdDigit(int bcdDigit) |
public void clear()
public void init(int i)
public boolean isFull()
public boolean peekIsTimestampRes1()
public boolean peekIsTimestampRes2()
public boolean peekIsTimestampRes3()
public boolean peekIsTimestampSummertime()
public boolean peekIsTimestampValid()
public byte popBcdByte()
public char toLcdDigit(int bcdDigit)
public String peekBcdError(int digits)
public int popBcdInteger(int digits)
public short popBcdShort(int digits)
public long popBcdLong(int digits)
public byte popByte()
public byte[] popBytes()
public Date popDate()
public float popFloat()
public int popInteger()
public int popInteger(int bytes)
public long popLong()
public long popLong(int bytes)
public String popMan()
public short popShort()
public String popString()
public Date popTimeStamp()
public void push(byte b)
Copyright © 2009–2016 MBus4J. All rights reserved.