Relative Content

Tag Archive for io

Name convention for Reader and Writer [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]

I/O interface for portable library

I’m writing a new .NET portable library that can read a file format, and file I/O is not available for portable libraries. The article “How to Make Portable Class Libraries Work for You” states that I’ll have to write platform-specific libraries to solve this for each platform. That’s not a problem.