Class CharsetMBCS.CharsetEncoderMBCS.SideEffects

    • Constructor Summary

      Constructors 
      Constructor Description
      SideEffects​(int c_, int sourceArrayIndex_, int sourceIndex_, int nextSourceIndex_, int prevSourceIndex_, int prevLength_)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • c

        int c
      • sourceArrayIndex

        int sourceArrayIndex
      • sourceIndex

        int sourceIndex
      • nextSourceIndex

        int nextSourceIndex
      • prevSourceIndex

        int prevSourceIndex
      • prevLength

        int prevLength
      • doread

        boolean doread
    • Constructor Detail

      • SideEffects

        SideEffects​(int c_,
                    int sourceArrayIndex_,
                    int sourceIndex_,
                    int nextSourceIndex_,
                    int prevSourceIndex_,
                    int prevLength_)