Package scorex.io

Class StringReader


  • public class StringReader
    extends Reader
    A character stream whose source is a string.
    • Constructor Summary

      Constructors 
      Constructor Description
      StringReader​(java.lang.String s)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void mark​(int readAheadLimit)  
      boolean markSupported()  
      int read()  
      int read​(char[] cbuf, int off, int len)  
      boolean ready()  
      void reset()  
      long skip​(long ns)  
      • Methods inherited from class java.lang.Object

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