Maven module :un.api : api-encoding :
Class : un.store.keyvalue.TranslationStore
Extends/Implements : -
Subclasses : -

author  Johann Sorel


Variables : -
Functions : TranslationStore, TranslationStore, TranslationStore, getLanguages, getChars, load, load



public void TranslationStore ()


Store from path with default encoding (UTF-8).
param  path
public void TranslationStore (Path path)

public void TranslationStore (Path path, CharEncoding encoding)


List available langues in this store.
return  Iterator, never null, can be empty.
public Iterator getLanguages ()

public LChars getChars (Chars key)


Load translations from original path.
return  this store
throws  un.api.io.IOException
public TranslationStore load ()


Load translations from given path.
param  path
return  this store
throws  un.api.io.IOException
public TranslationStore load (Path path)