Interface CharDecoder

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int END_OF_STREAM
      This constant represents the end of stream character.
    • Field Detail

      • END_OF_STREAM

        static final int END_OF_STREAM
        This constant represents the end of stream character.
        See Also:
        Constant Field Values
    • Method Detail

      • readChar

        int readChar()
              throws java.io.IOException
        Reads the next character.
        Returns:
        a character or END_OF_STREAM.
        Throws:
        java.io.IOException
      • dispose

        void dispose()
              throws java.io.IOException
        Disposes the associated resources.
        Throws:
        java.io.IOException