|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.Writer
com.esri.gpt.framework.util.StringBuilderWriter
public class StringBuilderWriter
Writer to StringBuilder
.
Field Summary |
---|
Fields inherited from class java.io.Writer |
---|
lock |
Constructor Summary | |
---|---|
StringBuilderWriter()
Creates instance of the writer. |
|
StringBuilderWriter(int capacity)
Creates instance of the writer. |
|
StringBuilderWriter(StringBuilder builder)
Creates instance of the writer. |
Method Summary | |
---|---|
void |
close()
|
void |
flush()
|
StringBuilder |
getStringBuilder()
Gets string builder. |
void |
write(char[] cbuf,
int off,
int len)
|
Methods inherited from class java.io.Writer |
---|
append, append, append, write, write, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringBuilderWriter(StringBuilder builder)
builder
- string builderpublic StringBuilderWriter(int capacity)
capacity
- initial capacitypublic StringBuilderWriter()
Method Detail |
---|
public StringBuilder getStringBuilder()
public void write(char[] cbuf, int off, int len)
write
in class Writer
public void flush()
flush
in interface Flushable
flush
in class Writer
public void close()
close
in interface Closeable
close
in class Writer
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |