Class AbortablePrintWriter

java.lang.Object
java.io.Writer
java.io.PrintWriter
com.google.gwt.codegen.server.AbortablePrintWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class AbortablePrintWriter extends PrintWriter
Wrapper for a PrintWriter that adds the ability to abort creation and an onClose hook

Experimental API - subject to change.