+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.utilities.streams.charset
Interface CharsetHandler

All Known Subinterfaces:
StreamContentHandler
public interface CharsetHandler

Represents an object that accepts a Charset

Since:
7.0.0.2

Method Summary
 java.nio.charset.Charset setCharset(java.nio.charset.Charset aCharset)
          Assigns the Charset to the object
 

Method Detail

setCharset

java.nio.charset.Charset setCharset(java.nio.charset.Charset aCharset)
Assigns the Charset to the object

Parameters:
aCharset - the characterset, not null
Returns:
returns the previous characterset
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD