edu.mit.jwi.data
Interface IHasCharset

All Known Subinterfaces:
ICachingDictionary, IContentType<T>, IDataProvider, IDataSourceDictionary, IDictionary, IRAMDictionary
All Known Implementing Classes:
CachingDictionary, ContentType, DataSourceDictionary, Dictionary, FileProvider, RAMDictionary

public interface IHasCharset

Classes implementing this interface have an associated Charset.

Since:
JWI 2.3.4
Version:
2.4.0
Author:
Mark A. Finlayson

Method Summary
 java.nio.charset.Charset getCharset()
          Returns the character set associated with this object.
 

Method Detail

getCharset

java.nio.charset.Charset getCharset()
Returns the character set associated with this object. May be null.

Returns:
the Charset associated this object, possibly null
Since:
JWI 2.3.4


Copyright © 2007-2013 Massachusetts Institute of Technology. All Rights Reserved.