public class StringInputStream extends >InputStream { // Constructors public StringInputStream(String text); // Methods public int read() throws IOException; }
>InputStream | +--StringInputStream
public StringInputStream(String text);
public int read() throws IOException;