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

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -