Interface CharStreamCodeSupport


public interface CharStreamCodeSupport
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     
    void
    next(char c)
     
    void
    next(char[] cbuf)
     
    void
    next(char[] cbuf, int off, int len)
     
    void
     
  • Method Details

    • reset

      void reset()
    • getErrorMessage

      String getErrorMessage()
    • isValid

      boolean isValid()
    • next

      void next(char[] cbuf)
    • next

      void next(char[] cbuf, int off, int len)
    • next

      void next(char c)