FileStreamIfc.FileStreamIfc C# (CSharp) Method

FileStreamIfc() private method

private FileStreamIfc ( FormatIfc format, StreamReader, sr )
format FormatIfc
sr StreamReader,
            internal FileStreamIfc(FormatIfc format, StreamReader sr)
            {
                mFormat = format;
                mStreamReader = sr;
            }
FileStreamIfc