Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7b10755c33b91e7d2a2f3f5e61447588adeada44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <title>Package-level Javadoc</title>
</head>
<body>
<P>This package provides more efficent analog to java.lang.StringBuffer class.
</P>
<p>Bundles wishing to use this package must list the package
in the Import-Package header of the bundle's manifest.
For example:
</p>
<pre>
Import-Package: org.eclipse.equinox.util.string; specification-version=1.0
</pre>
</body>
</html>

Back to the top