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

FSC() public method

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

Same methods

FSC::FSC ( string Filepath ) : System