Beispiel #1
0
 public virtual void imethod_1(Interface9 writer)
 {
     writer.imethod_12((Interface39)this.class690_0);
     Class238.smethod_1(writer, this.class238_0);
     writer.imethod_7(this.double_0);
     writer.imethod_7(this.double_1);
 }
Beispiel #2
0
 public virtual void imethod_0(Interface8 reader)
 {
     this.class690_0 = new Class686.Class690(reader);
     this.class238_0 = Class238.smethod_0(reader.imethod_20());
     this.double_0   = reader.imethod_8();
     this.double_1   = reader.imethod_8();
 }
Beispiel #3
0
    private void method_1(string A_0, DocPicture A_1)
    {
        int num = 11;

        byte[] imageBytes = A_1.ImageBytes;
        if ((imageBytes != null) && (imageBytes.Length > 0))
        {
            string str = Class238.smethod_3(Class409.smethod_0(imageBytes));
            this.class422_0.method_26(this.class422_0.method_25() + 1);
            string   str2   = string.Format(BookmarkStart.b("愰娲嘴䌶䰸䤺堼䰾湀⩂⡄♆⹈⹊㙌罎ⱐ絒⹔晖⑘", num), this.class422_0.method_25(), str);
            Class113 class2 = new Class113(str2);
            this.class422_0.method_13().method_1().method_1(class2);
            class2.method_3().Write(imageBytes, 0, imageBytes.Length);
            this.class422_0.method_55().Add(new Class979(Class238.smethod_2((FileFormat)Class409.smethod_0(imageBytes)), str2, ""));
            this.method_2(A_0, str2);
        }
    }
Beispiel #4
0
 public static ImageFormat smethod_6(string A_0)
 {
     return(Class238.smethod_1(Path.GetExtension(A_0)));
 }
 public abstract void Visit(Class238 c);
 public override void Visit(Class238 c) { }
Beispiel #7
0
    private void method_9(byte[] A_0)
    {
        int num = 6;

        try
        {
            if (!Directory.Exists(string_0))
            {
                Directory.CreateDirectory(string_0);
            }
            using (Stream stream = File.Create(string.Concat(new object[] { string_0, Path.DirectorySeparatorChar, Path.GetFileName(this.document_0.FileName), BookmarkStart.b("ȫ", num), ++int_0, BookmarkStart.b("ȫ", num), Class238.smethod_3(Class409.smethod_0(A_0)) })))
            {
                stream.Write(A_0, 0, A_0.Length);
                stream.Flush();
            }
        }
        catch (Exception exception)
        {
            Console.WriteLine(exception.Message);
        }
    }