Class BIG5Tool.iteratedChar

  • Enclosing class:
    BIG5Tool

    class BIG5Tool.iteratedChar
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int charValue  
      (package private) boolean done  
      (package private) boolean error  
      (package private) int index  
      (package private) int nextIndex  
    • Constructor Summary

      Constructors 
      Constructor Description
      iteratedChar()  
    • Method Summary

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

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

      • charValue

        int charValue
      • index

        int index
      • nextIndex

        int nextIndex
      • error

        boolean error
      • done

        boolean done
    • Constructor Detail

      • iteratedChar

        iteratedChar()
    • Method Detail

      • reset

        void reset()
      • nextByte

        int nextByte()