org.omnaest.utils.structure.table.subspecification
Interface TableSerializable.TableSerializer.TableMarshallerExecutor<E>

Type Parameters:
E -
All Superinterfaces:
Serializable
All Known Implementing Classes:
TableMarshallerExecutorAbstract, TableMarshallerExecutorImpl
Enclosing interface:
TableSerializable.TableSerializer<E>

public static interface TableSerializable.TableSerializer.TableMarshallerExecutor<E>
extends Serializable

Author:
Omnaest
See Also:
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

toString

String toString()
Returns the marshalled Table as String

Overrides:
toString in class Object
Returns:

appendTo

void appendTo(Appendable appendable)
Appends the marshalled Table to an Appendable

Parameters:
appendable -

writeTo

void writeTo(OutputStream outputStream)
Writes the marshalled Table content to the given OutputStream

Parameters:
outputStream -

writeTo

void writeTo(File file)
Writes the marshalled Table content to the given File

Parameters:
file -

updateTo

void updateTo(InputStream inputStream,
              OutputStream outputStream)
Updates the given InputStream with an existing Table content and writes it to the given OutputStream

Parameters:
inputStream -
outputStream -

updateTo

void updateTo(File file)
Updates the given File with an existing Table content and writes it back to the given File

Parameters:
file -


Copyright © 2011. All Rights Reserved.