net.sf.locale4j.format
Interface LocaleWriter

All Known Implementing Classes:
Tmx20

public interface LocaleWriter

An interface for classes capable of writing locale files.


Method Summary
 void write(OutputStream output, LocaleStore data)
          Writes data to a file.
 

Method Detail

write

void write(OutputStream output,
           LocaleStore data)
Writes data to a file.

Parameters:
output - the stream to write to.
data - the data to write to the file.


Copyright © 2007-2008 Vermont Department of Taxes. All Rights Reserved.