예제 #1
0
        public ImageFile(Pack pack, FileCommonHeader commonHeader)
            : base(pack, commonHeader)
        {
            Stream stream = GetSourceStream();

            stream.Position = CommonHeader.EndOfHeader;
            ImageHeader     = new ImageHeader(stream);
        }
예제 #2
0
 public EmptyFile(Pack pack, FileCommonHeader header) : base(pack, header)
 {
 }
예제 #3
0
 public ModelFile(Pack pack, FileCommonHeader commonHeader) : base(pack, commonHeader)
 {
 }
예제 #4
0
 public EmptyFile(Pack pack, FileCommonHeader header) : base(pack, header) { }