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

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

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

package java.io;

/**
 * A minimal version of {@code Writer} to satisfy GWT.
 */
public abstract class Writer
{
    public abstract void write (String text) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy