public class HistoryImpl.HistoryWriter extends Object
| Constructor and Description |
|---|
HistoryWriter(ObjectOutputStream os) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeHistorySteps(DocumentNode doc)
Writes all
steps to the stream. |
public HistoryWriter(ObjectOutputStream os)
public void writeHistorySteps(DocumentNode doc) throws IOException
steps to the stream.doc - The document.IOException - When the stream could not be written or the
bean is not
Serializable.Copyright © 2017. All rights reserved.