Class EclipseEOSExporter.StringBuilderWriter
java.lang.Object
java.io.Writer
neqsim.blackoil.io.EclipseEOSExporter.StringBuilderWriter
- All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
- Enclosing class:
EclipseEOSExporter
Simple Writer implementation that writes to a StringBuilder.
- Version:
- 1.0
- Author:
- esol
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sb
-
-
Constructor Details
-
StringBuilderWriter
StringBuilderWriter(StringBuilder sb)
-
-
Method Details
-
write
-
flush
-
close
-