c# - BufferedStream in WinRT? -



c# - BufferedStream in WinRT? -

is there equivalent of system.io.bufferedstream class winrt? class isn't available, there way accomplish same behavior?

no, can utilize of windows runtime streams asstream... extension methods. create "wrapper" streams contain internal buffer, , can set size. refer stream performance in c# , visual basic section of access file scheme efficiently msdn document.

c# stream windows-runtime bufferedstream

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -