sharedClasses)
throws IOException {
PrintStream out = new PrintStream(DIR + "/" + name + ".html");
printHeader(name, out);
out.println("");
out.println("" + name + "
");
out.println("Click a column header to sort by that column.
");
out.println("Shared Classes
");
out.println("Application-Specific Classes
");
out.println("These classes were loaded only by " + name + ". If"
+ " the value of the Preloaded column is yes or "
+ " no, the class is in the boot classpath; if it's not"
+ " part of the published API, consider"
+ " moving it into the APK.
");
printTable(out, baseline, classes, false);
out.println("Top
");
out.println("Shared Classes
");
out.println("These classes are in the boot classpath. They are used"
+ " by " + name + " as well as others.");
printTable(out, baseline, sharedClasses, true);
out.println("