Constructor String(StringBuffer buffer)
Member of: java.lang.String
[api documentation ] [ main menu]

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

1 return new String(sb);
2 String c = new String(content);
3 return new RuntimeException(new String(sb));
4 output(bookmark, code(new String(textToType)));
5 StringTokenizer st = new StringTokenizer(new String(buf));
6 orig = new StringBuffer(new String(orig).toLowerCase());
7 fOutput.println(new String((StringBuffer)fLineBuffer.get(i)));
8 return new File(new String(name));
9 String s = new String(sb);
10 throw new RuntimeException(new String(sb));
11 String dataStr= new String(sBuf); /* data length is about 55K */
12 logLine = new String(out);
13 String value = new String(sb);
14 String withoutDots = new String(withoutDotsBuf);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.