Class LocaleUtilDecoderReal

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.nio.charset.CharsetDecoder decoder  
      protected int index  
      private AEMonitor this_mon  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected LocaleUtilDecoderReal​(int _index, java.nio.charset.CharsetDecoder _decoder)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String decodeString​(byte[] bytes)  
      int getIndex()  
      java.lang.String getName()  
      java.lang.String tryDecode​(byte[] array, boolean lax)  
      • Methods inherited from class java.lang.Object

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

      • decoder

        protected final java.nio.charset.CharsetDecoder decoder
      • index

        protected final int index
    • Constructor Detail

      • LocaleUtilDecoderReal

        protected LocaleUtilDecoderReal​(int _index,
                                        java.nio.charset.CharsetDecoder _decoder)