FSO.Files.HIT.HITFile.HITFile C# (CSharp) Method

HITFile() public method

Creates a new track.
public HITFile ( byte Filedata ) : System
Filedata byte The data to create the track from.
return System
        public HITFile(byte[] Filedata)
        {
            ReadFile(new MemoryStream(Filedata));
        }

Same methods

HITFile::HITFile ( string Filepath ) : System