|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.wenzlaff.hex.tabelle.HexString
public class HexString
| Constructor Summary | |
|---|---|
HexString(java.lang.String pvString)
Constructor for HexString. |
|
| Method Summary | |
|---|---|
byte |
getByte(int row,
int col)
Method getByte. |
int |
getColumnCount()
Method getColumnCount. |
int |
getLastRowSize()
Anzahl der Zeichen in der letzten Zeile. |
byte[] |
getRow(int pvRow)
Method getRow. |
int |
getRowCount()
Anzahl der Zeilen |
java.lang.String |
getZeile(int pvZeile)
Gibt die Zeile zurück erste Zeile 0 |
void |
setByte(int pvRow,
int pvCol,
byte pvValue)
Setzt den value an der Spalte und in der Zeile Zeile und Spalte beginnen bei 0 |
java.lang.String |
toString()
Gibt den String im Hex Format zurück |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HexString(java.lang.String pvString)
| Method Detail |
|---|
public int getRowCount()
getRowCount in interface HexableHexable.getRowCount()public int getColumnCount()
Hexable
getColumnCount in interface HexableHexable.getColumnCount()public int getLastRowSize()
getLastRowSize in interface HexableHexable.getLastRowSize()
public byte getByte(int row,
int col)
Hexable
getByte in interface HexableHexable.getByte(int, int)
public void setByte(int pvRow,
int pvCol,
byte pvValue)
setByte in interface HexablepvRow - int ZeilepvCol - int SpaltepvValue - byte der WertHexable.setByte(int, int, byte)public byte[] getRow(int pvRow)
Hexable
getRow in interface HexableHexable.getRow(int)public java.lang.String getZeile(int pvZeile)
pvZeile - int die Zeilepublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||