Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class CloseableZipFileSystemProvider extends ZfsProviderLike with Loggable with Closeable
  2. trait ZfsProviderLike extends AnyRef

    This customized ZipFileSystemProvider (ZFSP) is meant to provide a reliable way to close all ZipFileSystem (ZFS) objects and prevent memory leaks.

    This customized ZipFileSystemProvider (ZFSP) is meant to provide a reliable way to close all ZipFileSystem (ZFS) objects and prevent memory leaks. A new ZFSP is expected when a new AnalysisPrep is created or an Analysis is started. The ZFSP objects should last the lifetime of the caller (analysis prep or ingest), or at least as long as is necessary for work completion with respect to the caller.

Value Members

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

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

  7. 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