|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - public interface TableMarshaller<E>
TableMarshallerFactory,
TableUnmarshaller,
TableSerializable.TableSerializer| Method Summary | |
|---|---|
void |
marshal(Table<E> table,
Appendable appendable)
Marshals and appends the given Table to the given Appendable |
void |
marshal(Table<E> table,
InputStream inputStream,
OutputStream outputStream)
Marshals the given Table into an OutputStream reading the data from the given InputStream first and
using this for updates. |
void |
marshal(Table<E> table,
OutputStream outputStream)
Marshals the given Table into an OutputStream |
| Method Detail |
|---|
void marshal(Table<E> table,
OutputStream outputStream)
Table into an OutputStream
table - outputStream -
void marshal(Table<E> table,
InputStream inputStream,
OutputStream outputStream)
Table into an OutputStream reading the data from the given InputStream first and
using this for updates.
table - inputStream - outputStream -
void marshal(Table<E> table,
Appendable appendable)
Table to the given Appendable
table - appendable -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||