Class StringInputStream

public class StringInputStream extends >InputStream
{
  // Constructors
  public StringInputStream(String text);

  // Methods
  public int read() throws IOException;
}
>InputStream
  |
  +--StringInputStream

Constructors

StringInputStream

public StringInputStream(String text);

Methods

read 

public int read() throws IOException;