net.sf.locale4j.format
Interface LocaleReader

All Known Implementing Classes:
Tmx20

public interface LocaleReader

An interface for classes capable of reading locale files.


Method Summary
 LocaleStore read(InputStream input)
          Reads a stream and loads the contents into a LocaleStore.
 LocaleStore read(InputStream input, LocaleStore data)
          Reads a stream and adds the contents to the given LocaleStore.
 

Method Detail

read

LocaleStore read(InputStream input)
Reads a stream and loads the contents into a LocaleStore.

Parameters:
input - the stream to read from.
Returns:
the data read by this method.

read

LocaleStore read(InputStream input,
                 LocaleStore data)
Reads a stream and adds the contents to the given LocaleStore.

Parameters:
input - the stream to read from.
data - the LocaleStore to add to.
Returns:
the data read by this method.


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