Class Utf8Old.Cache

  • Enclosing class:
    Utf8Old

    private static class Utf8Old.Cache
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.nio.charset.CharsetDecoder decoder  
      (package private) java.nio.charset.CharsetEncoder encoder  
      (package private) java.lang.CharSequence lastInput  
      (package private) java.nio.ByteBuffer lastOutput  
    • Constructor Summary

      Constructors 
      Constructor Description
      Cache()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • encoder

        final java.nio.charset.CharsetEncoder encoder
      • decoder

        final java.nio.charset.CharsetDecoder decoder
      • lastInput

        java.lang.CharSequence lastInput
      • lastOutput

        java.nio.ByteBuffer lastOutput
    • Constructor Detail

      • Cache

        Cache()