public static class IO.SObjectWriteStage extends IO.WriteStageBase<ISObject,IO.SObjectWriteStage>
charset, closeSink, source| Modifier | Constructor and Description |
|---|---|
protected |
SObjectWriteStage(ISObject isObject) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
doWriteTo(OutputStream sink)
Sub class to implement the commit to a
OutputStream logic. |
protected int |
doWriteTo(Writer sink)
Sub class to implement the commit to a
Writer logic. |
encoding, ensureCloseSink, me, to, to, toprotected SObjectWriteStage(ISObject isObject)
protected int doWriteTo(Writer sink) throws IOException
IO.WriteStageBaseSub class to implement the commit to a Writer logic.
doWriteTo in class IO.WriteStageBase<ISObject,IO.SObjectWriteStage>sink - the writer target to which this write stage committed.IOException - in case IOException encountered.protected int doWriteTo(OutputStream sink) throws IOException
IO.WriteStageBaseSub class to implement the commit to a OutputStream logic.
doWriteTo in class IO.WriteStageBase<ISObject,IO.SObjectWriteStage>sink - the output stream target to which this write stage committed.IOException - in case IOException encountered.Copyright © 2014–2021 OSGL (Open Source General Library). All rights reserved.