FSO.Files.HIT.HITFile.HITFile C# (CSharp) 메소드

HITFile() 공개 메소드

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

Same methods

HITFile::HITFile ( string Filepath ) : System