Package org.exbin.bined.capability
Interface CharsetCapable
-
@ParametersAreNonnullByDefault public interface CharsetCapableSupport for charset capability.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.charset.CharsetgetCharset()Returns currently used charset.voidsetCharset(java.nio.charset.Charset charset)Sets charset to use for characters decoding.
-