public final class ResourceWriter
extends java.io.FilterWriter
| Modifier and Type | Field and Description |
|---|---|
private StreamResource |
m_resource |
| Constructor and Description |
|---|
ResourceWriter(java.io.Writer out,
StreamResource resource)
Set up the ResourceOutputStream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Override the close method so that we can be notified when the update is
complete.
|
private final StreamResource m_resource
public ResourceWriter(java.io.Writer out,
StreamResource resource)
public final void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.FilterWriterjava.io.IOException