package util
Ordering
- Alphabetic
Visibility
- Public
- Protected
Value Members
- object BlockingQueueIterant extends Loggable
- object CallAccumulator extends Loggable
- object Orderings
- object Timing extends Loggable
- object WarmIterant
Helper for waiting to consume an iterant until it is warm (i.e., ready).
- 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