Class SJISModifier

    • Constructor Summary

      Constructors 
      Constructor Description
      SJISModifier()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean encodeSpecialCharacter​(byte b1, byte b2, java.nio.ByteBuffer byteBuffOut, IFlushable flusher)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SJISModifier

        public SJISModifier()
    • Method Detail

      • encodeSpecialCharacter

        public boolean encodeSpecialCharacter​(byte b1,
                                              byte b2,
                                              java.nio.ByteBuffer byteBuffOut,
                                              IFlushable flusher)
                                       throws java.io.IOException,
                                              java.io.UnsupportedEncodingException
        Specified by:
        encodeSpecialCharacter in interface ICharsetModifiable
        Throws:
        java.io.IOException
        java.io.UnsupportedEncodingException