C# (CSharp) Iaik.Utils.IO Namespace

Classes

Name Description
HexFilterStream Converts all written bytes to a hex-string stream and writes it to the underlying stream. On read 2 characters are read at once and converted back to a byte stream
MultiTextReader
OneTimeStream Implements a stream where you write to like it's a memory stream and can read the stream once. The data that has been read is removed from memory
TextReaderStream The TextStreamReader is a Stream which reads from TextReaders and returns the (encoding aware) bytes
TextWriterStream Stream implementation which writes to a text writer on flush