public class ObjectWriterFactory extends Object
ObjectWriter instances.| Constructor and Description |
|---|
ObjectWriterFactory() |
| Modifier and Type | Method and Description |
|---|---|
AutoFlushingObjectWriter |
newAutoFlushingObjectWriter(OutputStream outputStream)
Creates a new
AutoFlushingObjectWriter instance. |
public AutoFlushingObjectWriter newAutoFlushingObjectWriter(OutputStream outputStream) throws IOException
AutoFlushingObjectWriter instance.outputStream - the underlying OutputStream to write toAutoFlushingObjectWriter instanceIOException - if an I/O error occurs while writing stream headerCopyright © 2005–2016 QOS.ch. All rights reserved.