Class Utf8Decoder.Result

  • Enclosing class:
    Utf8Decoder

    static final class Utf8Decoder.Result
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private char[] chars  
      private int length  
    • Constructor Summary

      Constructors 
      Constructor Description
      Result​(char[] chars, int length)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      char[] chars()  
      int length()  
      • Methods inherited from class java.lang.Object

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

      • chars

        private final char[] chars
      • length

        private final int length
    • Constructor Detail

      • Result

        Result​(char[] chars,
               int length)
    • Method Detail

      • chars

        public char[] chars()
      • length

        public int length()