Package com.mku.streams
Streams, stream wrappers, and piped stream adapters.
-
Class Summary Class Description BlockingInputOutputAdapterStream Piped input and outputstream with blocking flush and close.InputStreamWrapper InputStream wrapper for RandomAccessStream.MemoryStream Memory Stream for seeking, reading, and writing to a memory buffer (modeled after C# MemoryStream).RandomAccessStream Base class for read-write seekable streams. -
Enum Summary Enum Description RandomAccessStream.SeekOrigin Used to identify the start offset for seeking to a stream.