org.omnaest.utils.structure.table.concrete.internal.serializer.executor
Class TableUnmarshallerExecutorImpl<E>

java.lang.Object
  extended by org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableUnmarshallerExecutorAbstract<E>
      extended by org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableUnmarshallerExecutorImpl<E>
Type Parameters:
E -
All Implemented Interfaces:
Serializable, TableSerializable.TableSerializer.TableUnmarshallerExecutor<E>

public class TableUnmarshallerExecutorImpl<E>
extends TableUnmarshallerExecutorAbstract<E>

Author:
Omnaest
See Also:
TableSerializable.TableSerializer.TableUnmarshallerExecutor, TableUnmarshallerExecutorAbstract, Serialized Form

Field Summary
 
Fields inherited from class org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableUnmarshallerExecutorAbstract
table, tableUnmarshaller
 
Constructor Summary
TableUnmarshallerExecutorImpl(TableUnmarshaller<E> tableUnmarshaller, Table<E> table)
           
 
Method Summary
 Table<E> from(CharSequence charSequence)
          Reads a CharSequence and unmarshalls it into the underlying Table
 Table<E> from(InputStream inputStream)
          Reads a InputStream and unmarshalls it into the underlying Table
 
Methods inherited from class org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableUnmarshallerExecutorAbstract
from, from
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableUnmarshallerExecutorImpl

public TableUnmarshallerExecutorImpl(TableUnmarshaller<E> tableUnmarshaller,
                                     Table<E> table)
Parameters:
tableUnmarshaller -
table -
Method Detail

from

public Table<E> from(InputStream inputStream)
Description copied from interface: TableSerializable.TableSerializer.TableUnmarshallerExecutor
Reads a InputStream and unmarshalls it into the underlying Table

Returns:
Table

from

public Table<E> from(CharSequence charSequence)
Description copied from interface: TableSerializable.TableSerializer.TableUnmarshallerExecutor
Reads a CharSequence and unmarshalls it into the underlying Table

Returns:
Table


Copyright © 2011. All Rights Reserved.