java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.units.code.simatic.S7.StringA |
STRING types parser.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | MAX_LEN | ||||||||||
int | MIN_LEN |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
StringA(int maxlen, byte[] stringBytes) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | getCurrentLength() | ||||||||||
int | getMaximumLength() | ||||||||||
int | getMemorySizeInBytes() | ||||||||||
byte[] | getStringBytes() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|