- java.lang.Object
-
- java.io.Writer
-
- java.io.CharArrayWriter
-
- com.sun.xml.messaging.saaj.util.CharWriter
-
-
Field Summary
-
Fields inherited from class java.io.CharArrayWriter
buf, count
-
Fields inherited from class java.io.Writer
lock
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
char[] |
getChars() |
int |
getCount() |
-
Methods inherited from class java.io.CharArrayWriter
append, append, append, close, flush, reset, size, toCharArray, toString, write, write, write, writeTo
-
Methods inherited from class java.io.Writer
write, write
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
Constructor Detail
-
CharWriter
public CharWriter()
-
Method Detail
-
getChars
public char[] getChars()
-
getCount
public int getCount()
Copyright © 2013 Oracle. All Rights Reserved.