Method toString(String enc)
Return type: java.lang.String
Member of: java.io.ByteArrayOutputStream
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 w.write(baos.toString("UTF-8")); // NOI18N
2 baseId = bas.toString("ISO-8859-1"); // or maybe "US-ASCII"?
3 String data2 = baos.toString("UTF-8");
4 String output = out.toString( "UTF-8");
5 String contents = bos.toString("UTF8");
6 String value = baos.toString(encoding);
7 System.out.println("["+out.toString(WEBDAV.ENCODING)+"]");
8 message = mMessageBuffer.toString(mEncoding);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.