org.mindswap.convert.map.io.impl
Class TextMapFileWriter

java.lang.Object
  extended byorg.mindswap.convert.map.io.impl.TextMapFileWriter
All Implemented Interfaces:
MapFileWriter, TextMapFileConsts

public class TextMapFileWriter
extends java.lang.Object
implements MapFileWriter, TextMapFileConsts

Title:

Description:

Copyright: Copyright (c) 2005

Company: MIndswap (http://www.mindswap.org)

Author:
Michael Grove

Field Summary
 
Fields inherited from interface org.mindswap.convert.map.consts.TextMapFileConsts
COLUMN_DELIMITER, COLUMNS_TO_EXCLUDE, commands, CONCAT, delims, END_DATA_MAP, HEADER_ROW, IMPORT, INPUT, MAP, OUTPUT, ROW_DELIMITER, ROWS, ROWS_TO_EXCLUDE, START_DATA_MAP, TOKENIZE, USE
 
Constructor Summary
TextMapFileWriter()
           
 
Method Summary
 void write(ConvertModel theModel, java.io.OutputStream theOutputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextMapFileWriter

public TextMapFileWriter()
Method Detail

write

public void write(ConvertModel theModel,
                  java.io.OutputStream theOutputStream)
           throws java.io.IOException
Specified by:
write in interface MapFileWriter
Throws:
java.io.IOException