JGR MSTS Editors and Tools
Jgr.IO Namespace
NamespacesJgr.IO

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "N:Jgr.IO"]

Declaration Syntax
C#Visual BasicVisual C++
namespace Jgr.IO
Namespace Jgr.IO
namespace Jgr.IO
Types
All TypesClasses
IconTypeDescription
BufferedInMemoryStream
A Stream which buffers both reads and writes in memory (as a MemoryStream).

BufferedInMemoryTextReader
A TextReader which buffers all the data in memory (as a String).

ByteEncoding
A basic encoding which maps bytes 0-255 to Unicode characters 0-255.

FileFinder
Stores a list of file paths within which files are to be found.

UnclosableStream
A Stream which ignores calls to Close()()()() for stuations where a consumer of a stream assumes control which is undesired.