Nuclex.Support/Source/IO
Markus Ewald ff44edcdf1 Began implementing a block-allocating Deque class similar to C++'s std::deque - insertion and removal at both ends already working
git-svn-id: file:///srv/devel/repo-conversion/nusu@158 d2e56fa2-650e-0410-a79f-9358c0239efd
2009-07-10 18:42:23 +00:00
..
ChainStream.cs Added a class for chaining together multiple System.IO.Stream instances into a single stream; minor improvements to docs; improved an exception error message in the StringSegment class 2009-04-22 18:55:59 +00:00
ChainStream.Test.cs Replaced all ExpectedExceptionAttributes with the new Assert.Throws<>() method to work around a compatibility issue between TeamCity 4.5 and NUnit 2.5 Final 2009-05-07 19:36:27 +00:00
PartialStream.cs Made code in OperationQueue more readable; added new class PartialStream which wraps a segment of a larger stream as if it was a separate stream, allowing access to certain regions of a stream to be prohibited and headers of a stream to be cut off without requiring a lengthy copy operation 2009-05-05 19:31:05 +00:00
PartialStream.Test.cs Began implementing a block-allocating Deque class similar to C++'s std::deque - insertion and removal at both ends already working 2009-07-10 18:42:23 +00:00
RingMemoryStream.cs Moved RingMemoryStream class from the Collections namespace to the IO namespace 2009-04-28 20:44:36 +00:00
RingMemoryStream.Test.cs Replaced all ExpectedExceptionAttributes with the new Assert.Throws<>() method to work around a compatibility issue between TeamCity 4.5 and NUnit 2.5 Final 2009-05-07 19:36:27 +00:00