What is the C# equivalent for the Java BufferedInputStream and BufferedOutputStream classes?
Well, there's the BufferedStream
class (which wraps an existing stream like in Java), but you don't need to use it as often as you would use the equivalent in Java since most in-built streams in .NET use a certain amount of internal buffering.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With