Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Value Members

  1. object BlockingQueueIterant extends Loggable
  2. object CallAccumulator extends Loggable
  3. object Orderings
  4. object Timing extends Loggable
  5. object WarmIterant

    Helper for waiting to consume an iterant until it is warm (i.e., ready).

  6. object ZipReader extends Loggable

    Utility for reading the contents of a Zip file.

    Utility for reading the contents of a Zip file.

    This object provides two methods for reading, each of which manage the opening and closing of filesystem resources so that client code doesn't have to. It also provides a means to simply check if a file is a Zip file or not.

    Each of the utility methods can operate on either a String (file path) or File (java.io.File). This is accomplished via the ZipOpenable typeclass defined in this object

Ungrouped