Class Relationship.StringBufferOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- net.didion.jwnl.data.relationship.Relationship.StringBufferOutputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.io.Flushable
,java.lang.AutoCloseable
- Enclosing class:
- Relationship
private static class Relationship.StringBufferOutputStream extends java.io.OutputStream
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.StringWriter
writer
-
Constructor Summary
Constructors Modifier Constructor Description private
StringBufferOutputStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuffer
getStringBuffer()
void
write(int b)
-