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
Post a Comment