nextChar() public method

public nextChar ( ) : char
return char
 // call the source's nextChar() method
 public char nextChar()
 {
     return(source.nextChar());
 }