All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.samskivert.gwt.java.io.Reader Maven / Gradle / Ivy

There is a newer version: 0.2.0
Show newest version
//
// $Id$

package java.io;

/**
 * A minimal version of {@code Reader} to satisfy GWT.
 */
public abstract class Reader
{
    public abstract int read () throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy