|
|
PREV CLASS
NEXT CLASS
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 |
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
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |