Interface ICharsetModifiable
- 
- All Known Implementing Classes:
 SJISModifier
public interface ICharsetModifiable 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanencodeSpecialCharacter(byte b1, byte b2, java.nio.ByteBuffer byteBuffOut, IFlushable flusher) 
 - 
 
- 
- 
Method Detail
- 
encodeSpecialCharacter
boolean encodeSpecialCharacter(byte b1, byte b2, java.nio.ByteBuffer byteBuffOut, IFlushable flusher) throws java.io.IOException, java.io.UnsupportedEncodingException- Throws:
 java.io.IOExceptionjava.io.UnsupportedEncodingException
 
 - 
 
 -