CNCMaps.FileFormats.Map.MapFile.MapFile C# (CSharp) Method

MapFile() public method

Constructor.
public MapFile ( Stream baseStream, string filename = "" ) : System
baseStream Stream The base stream.
filename string
return System
        public MapFile(Stream baseStream, string filename = "")
            : this(baseStream, filename, 0, baseStream.Length)
        {
        }

Same methods

MapFile::MapFile ( Stream baseStream, string filename, int offset, long length, bool isBuffered = true ) : System