Summer.Batch.Extra.Process.IProcessWriter< in in T > Interface Template Reference

Interface for writers in process More...

Inheritance diagram for Summer.Batch.Extra.Process.IProcessWriter< in in T >:
Summer.Batch.Extra.Process.IProcessAdapter

Public Member Functions

void WriteInProcess (T obj)
 Writes data. More...
 
void Flush ()
 Flushes the underlying stream. More...
 
- Public Member Functions inherited from Summer.Batch.Extra.Process.IProcessAdapter
void RegisterStream (object obj)
 Registers the underlying reader/writer if it is a stream More...
 
void InitStream ()
 opens the stream More...
 
void ResetStream ()
 Reset the stream More...
 

Detailed Description

Interface for writers in process

Template Parameters
T 

Member Function Documentation

void Summer.Batch.Extra.Process.IProcessWriter< in in T >.Flush ( )

Flushes the underlying stream.

void Summer.Batch.Extra.Process.IProcessWriter< in in T >.WriteInProcess ( obj)

Writes data.

Parameters
objthe input object

The documentation for this interface was generated from the following file:
  • Summer.Batch.Extra/Process/IProcessWriter.cs