Package edu.caltech.nanodb.util
This package contains various generally useful utility classes that aren't
specific to a particular area of NanoDB functionality.
-
Class Summary Class Description ArrayUtil Some helpful utility operations for working with arrays.NoCopyByteArrayOutputStream This class is a simple extension of Java'sByteArrayOutputStream
that exposes the internal buffer without having to make a copy of it via the normalByteArrayOutputStream.toByteArray()
method.Pair A simple read-only wrapper-class for holding two values.RegexFileFilter This class provides a simple regex-based file filter for use withFile.listFiles(java.io.FileFilter)
.