Package totalcross.io

Class CharStream


  • public class CharStream
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int read​(char[] cbuf)  
      int read​(char[] cbuf, int ofs, int len)  
      int write​(char c)  
      int write​(char[] cbuf)  
      int write​(char[] cbuf, int ofs, int len)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait