9//! (Depreciated) Wrapper of C file stream for input or output.
10/*!
11 This simple wrapper does not check the validity of the stream.
12 \note implements Stream concept
13 \note deprecated: This was only for basic testing in version 0.1, it is found that the performance is very low by using fgetc(). Use FileReadStream instead.