コード例 #1
0
ファイル: BandProvider1A5.cs プロジェクト: configare/hispeed
 public bool IsSupport(string fname, byte[] header1024, Dictionary <string, string> datasetNames)
 {
     if (ToLocalEndian.ToInt16FromBig(new byte[] { header1024[0], header1024[1] }) != 113 &&
         ToLocalEndian.ToInt16FromBig(new byte[] { header1024[0], header1024[1] }) != 114)
     {
         return(false);
     }
     return(true);
 }