Create the stream wrapper for the given C file.
a valid C FILE pointer to wrap.
a bitwise combination of FileMode.In for a readable file and FileMode.Out for a writeable file.
indicates if the stream should be seekable.
See Implementation
Create the stream wrapper for the given C file.