x895eb13ee3f5b8cc.cs
上传用户:xlxx0122
上传日期:2015-04-24
资源大小:3904k
文件大小:1k
源码类别:

.net编程

开发平台:

C#

  1. namespace Sunisoft.IrisSkin
  2. {
  3.     using System;
  4.     using System.Runtime.InteropServices;
  5.     [StructLayout(LayoutKind.Sequential, Pack=2)]
  6.     internal struct x895eb13ee3f5b8cc
  7.     {
  8.         public int Signature;
  9.         public short VersionNeededToExtract;
  10.         public short GeneralPurposeBitFlag;
  11.         public short CompressionMethod;
  12.         public short LastModFileTime;
  13.         public short LastModFileDate;
  14.         public int CRC32;
  15.         public int CompressedSize;
  16.         public int UncompressedSize;
  17.         public short FileNameLength;
  18.         public short ExtraFieldLength;
  19.     }
  20. }