Uses of Package
com.mastfrog.util.streams

Packages that use com.mastfrog.util.streams
Package
Description
 
  • Class
    Description
    Reads a file line-by-line, but unlike a BufferedReader, does not give up when the end of the file is reached.
    An InputStream-like construct which does not acknowledge the end of files.
    Encapsulates ReadableByteChannel, SeekableByteChannel, WritableByteChannel to have a single type to return from Streams.channel() which is compatible with APIs that take the types implemented by FileChannel.
    Wrapper for an input stream which can compute a hash as bytes are read.
    Output stream which wraps another output stream and computes a cryptographic hash using some algorithm as the data arrives.