Пример #1
0
 public \uE014(string \uE01B, int \uE01C, \uE007 \uE01D, \uE007 \uE01E)
 {
     this.\uE003 = \uE01E;
     this.\uE001 = \uE01B;
     this.\uE002 = new MemoryStream(\uE01C);
     if (!File.Exists(\uE01B))
     {
         return;
     }
     try
     {
         byte[] array = File.ReadAllBytes(\uE01B);
         if (\uE01D != null)
         {
             array = \uE01D.\uE005(array);
         }
         this.\uE002.Write(array, 0, array.Length);
         this.\uE002.Seek(0L, SeekOrigin.Begin);
     }
     catch
     {
     }
 }
Пример #2
0
 public \uE014(string \uE019, \uE007 \uE01A) : this(\uE019, 8192, \uE01A, \uE01A)
 {
 }