Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Operating with common std::iostream instead of only file streams #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eugenyk
Copy link

@eugenyk eugenyk commented Sep 18, 2016

FFStream inheritance changed from std::fstream to std::iostream with backward compatibility, that leads to a couple of features:

  • possibility to use streams not connected to filesystem in cases when information comes from network
  • writing unit tests without work with filesystem, simple std::stringstream can be used

@masamitsutech
Copy link
Contributor

This pull request will be reviewed for the next stable release.

This pull request will be closed if the change is accepted and merged into the toolkit. If any issues are found, we will report those here to be resolved.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants