Class CharsetISO2022.ISO2022State

  • Enclosing class:
    CharsetISO2022

    private static class CharsetISO2022.ISO2022State
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] cs  
      private byte g  
      private byte prevG  
    • Constructor Summary

      Constructors 
      Constructor Description
      ISO2022State()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void reset()  
      • Methods inherited from class java.lang.Object

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

      • cs

        private byte[] cs
      • g

        private byte g
      • prevG

        private byte prevG
    • Constructor Detail

      • ISO2022State

        ISO2022State()
    • Method Detail

      • reset

        void reset()