public static String findsite(InputStream text) {
String site, line = null;
Boolean nospace = true;
...
public static String[] loadFile(final String f) {
String thisLine;
final SortedSet<String> s = new TreeSet<String>();
...
Java Efficiently load a text fil...
by firesalamander.myopenid.com,
November 25, 2008 07:04,
2 refactorings, tagged with speed, buffered
Has full "finally" blocks, ...
public PreviewTreeModel(Collection<FileDescription> files)
{
...
Java Create a tree out of a coll...
I would like to transform a...
I don't know too much about...