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