Package org.biojava.nbio.core.util


package org.biojava.nbio.core.util
  • Class
    Description
    Static utility to easily share a thread pool for concurrent/parallel/lazy execution.
    Utility class that calculates a CRC64 checksum on a stream of bytes.
    A set of helper methods which return true if the two parameters are equal to each other.
    Provides a cache for storing multiple small files in memory.
    Contains helper methods for generating a HashCode without having to resort to the commons lang hashcode builders.
    A class that provides an InputStream from a File.
    Implementation of XMLWriter which emits nicely formatted documents to a PrintWriter.
     
    An implementation of a single linkage clusterer See http://en.wikipedia.org/wiki/Single-linkage_clustering
    A in memory cache using soft references.
    A utility class for common String manipulation tasks.
    This class decompresses an input stream containing data compressed with the unix "compress" utility (LZC, a LZW variant).
     
    Simple interface for building XML documents.