Package blbutil


package blbutil
  • Class
    Description
    Class BGZipIt is a blbutil.FileIt<String> whose next() method returns lines of a bgzip-compressed file.
    Class BGZIPOutputStream is an output stream filter that performs BGZIP compression.
    Interface BitArray represents a mutable sequence of bits with a fixed length.
    Class BlockLineReader is a blbutil.FileIt that reads blocks of lines from a file.
    Class Const provides public static final fields with string and character constants.
    Class DoubleArray represents an immutable list of double floating point values.
    An iterator for data elements in a file.
    Class FileUtil contains static methods for working with files.
    A filter for accepting or rejecting objects.
    Class FloatArray represents an immutable list of float floating point values.
    Class FloatList represents a list of floats.
    Class InputIt is a buffered iterator whose next() method returns lines of a text input stream.
    Class Utilities contains miscellaneous static utility methods for multi-threaded programming.
    An iterator for records in a file.
    Class StringUtil is a utility class with static methods for counting and returning delimited fields in a string.
    TriFunction<T,U,V,R>
    Class TriFunction represents a function that accepts three arguments and produces a result.
    Class Utilities contains miscellaneous static utility methods.
    Class Validate contains static methods for validating command line arguments.
    An iterator for records in a VCF file.