org.mindswap.convert.map.io
Interface MapFileWriter

All Known Implementing Classes:
TextMapFileWriter

public interface MapFileWriter

Title:

Description:

Copyright: Copyright (c) 2005

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

Author:
Michael Grove

Method Summary
 void write(ConvertModel theModel, java.io.OutputStream theOutputStream)
           
 

Method Detail

write

public void write(ConvertModel theModel,
                  java.io.OutputStream theOutputStream)
           throws java.io.IOException
Throws:
java.io.IOException