Uses of Class
com.ibm.pim.utils.CharSet

Packages that use CharSet
com.ibm.pim.docstore   
com.ibm.pim.job   
com.ibm.pim.utils   
 

Uses of CharSet in com.ibm.pim.docstore
 

Methods in com.ibm.pim.docstore with parameters of type CharSet
 java.io.Reader Document.getContentReader(CharSet charSet)
          Fetches the content of the document in a Reader using the encoding passed as the argument
 

Uses of CharSet in com.ibm.pim.job
 

Methods in com.ibm.pim.job that return CharSet
 CharSet Import.getCharset()
          Returns the CharSet used for the import
 CharSet Export.getCharset()
          Returns the charset used for this export
 

Uses of CharSet in com.ibm.pim.utils
 

Methods in com.ibm.pim.utils that return CharSet
static CharSet CharSet.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CharSet[] CharSet.values()
          Returns an array containing the constants of this enum type, in the order they're declared.