|
ZetaGrid v1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface to serialize a table in a compressed format.
| Method Summary | |
java.lang.String |
decode(java.lang.String content,
int pos)
Decodes a specified column name. |
java.lang.String |
decodeValue(java.lang.String content,
int pos,
int end)
Decodes that value of the column. |
java.lang.String |
encode(java.lang.String column)
Encodes a specified column name. |
int |
getAlignment(java.lang.String content,
int pos)
Returns the alignment of the value of the decoded column. |
| Method Detail |
public java.lang.String encode(java.lang.String column)
column - column name
public java.lang.String decode(java.lang.String content,
int pos)
content - text with column namepos - encoded text starts at the specified position
public java.lang.String decodeValue(java.lang.String content,
int pos,
int end)
content - text of the columnpos - encoded text starts at the specified position
public int getAlignment(java.lang.String content,
int pos)
content - text of the columnpos - encoded text starts at the specified position
|
ZetaGrid v1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||