|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - public static interface TableSerializable.TableSerializer.TableMarshallerExecutor<E>
TableSerializable.TableSerializer| Method Summary | |
|---|---|
void |
appendTo(Appendable appendable)
Appends the marshalled Table to an Appendable |
String |
toString()
Returns the marshalled Table as String |
void |
updateTo(File file)
Updates the given File with an existing Table content and writes it back to the given File |
void |
updateTo(InputStream inputStream,
OutputStream outputStream)
Updates the given InputStream with an existing Table content and writes it to the given
OutputStream |
void |
writeTo(File file)
Writes the marshalled Table content to the given File |
void |
writeTo(OutputStream outputStream)
Writes the marshalled Table content to the given OutputStream |
| Method Detail |
|---|
String toString()
Table as String
toString in class Objectvoid appendTo(Appendable appendable)
Table to an Appendable
appendable - void writeTo(OutputStream outputStream)
Table content to the given OutputStream
outputStream - void writeTo(File file)
Table content to the given File
file -
void updateTo(InputStream inputStream,
OutputStream outputStream)
InputStream with an existing Table content and writes it to the given
OutputStream
inputStream - outputStream - void updateTo(File file)
File with an existing Table content and writes it back to the given File
file -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||