
com.samskivert.gwt.java.io.Reader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of catalog-test Show documentation
Show all versions of catalog-test Show documentation
Test Plugin for CatalogPluginApin
//
// $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