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

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

There is a newer version: 1.16
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 - 2024 Weber Informatics LLC | Privacy Policy