Package

dagr.commons

io

Permalink

package io

Visibility
  1. Public
  2. All

Type Members

  1. class AsyncStreamSink extends Closeable

    Permalink

    Class that is capable of reading output from a sub-process (or arbitrary other InputStream) and processing it through any method that accepts a String, while managing the extra thread necessary to ensure nothing blocks.

  2. trait IoUtil extends AnyRef

    Permalink

    Trait that can be mixed in to make an Io utility object, and can be re-used elsewhere.

Value Members

  1. object AsyncStreamSink

    Permalink
  2. object Io extends IoUtil

    Permalink

    Singleton object to provide access to Io utility methods.

  3. object PathUtil

    Permalink

    Provides utility methods for creating and manipulating Path objects and path-like Strings.

Ungrouped