Class SJISModifier
- java.lang.Object
-
- com.microstrategy.web.app.transforms.SJISModifier
-
- All Implemented Interfaces:
ICharsetModifiable
public class SJISModifier extends java.lang.Object implements ICharsetModifiable
-
-
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)
-
-
-
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 interfaceICharsetModifiable
- Throws:
java.io.IOException
java.io.UnsupportedEncodingException
-
-