API Diff between 4.2.0-beta.1 and 4.8.1
0 Additions
20 Removals
DotNext.IO
-
public sealed class FileBufferingWriter : Stream, IBufferWriter<byte>, IGrowableBuffer<byte>, IReadOnlySpanConsumer<byte>, ISupplier<ReadOnlyMemory<byte>, CancellationToken, ValueTask>, IDisposable, IFlushable
-
public interface IAsyncBinaryReader
-
public struct SequenceReader : IAsyncBinaryReader
-
public static class StreamExtensions
-
public static class TextStreamExtensions
- public static IAsyncEnumerable<ReadOnlyMemory<char>> ReadAllAsync(this TextReader reader, int bufferSize, MemoryAllocator<char> allocator = null, CancellationToken token = default)
- public static void Write(this TextWriter writer, MemoryAllocator<char> allocator, IFormatProvider provider, ref PoolingInterpolatedStringHandler handler)
- public static void Write(this TextWriter writer, MemoryAllocator<char> allocator, ref PoolingInterpolatedStringHandler handler)
- public static ValueTask WriteAsync(this TextWriter writer, MemoryAllocator<char> allocator, IFormatProvider provider, ref PoolingInterpolatedStringHandler handler, CancellationToken token = default)
- public static ValueTask WriteAsync(this TextWriter writer, MemoryAllocator<char> allocator, ref PoolingInterpolatedStringHandler handler, CancellationToken token = default)
- public static void WriteLine(this TextWriter writer, MemoryAllocator<char> allocator, IFormatProvider provider, ref PoolingInterpolatedStringHandler handler)
- public static void WriteLine(this TextWriter writer, MemoryAllocator<char> allocator, ref PoolingInterpolatedStringHandler handler)
- public static ValueTask WriteLineAsync(this TextWriter writer, MemoryAllocator<char> allocator, IFormatProvider provider, ref PoolingInterpolatedStringHandler handler, CancellationToken token = default)
- public static ValueTask WriteLineAsync(this TextWriter writer, MemoryAllocator<char> allocator, ref PoolingInterpolatedStringHandler handler, CancellationToken token = default)
DotNext.IO.Log
DotNext.IO.Pipelines
DotNext.Text