public NullMetadataLoader() : base(new ServiceContainer(), ImageLocation.FromUri(""), new byte[0]) { }
public CHeaderLoader(IServiceProvider services, ImageLocation imagelocation, byte[] bytes) : base(services, imagelocation, bytes) { this.stream = new MemoryStream(bytes); }
public MetadataLoader(IServiceProvider services, ImageLocation imagelocation, byte[] bytes) { this.Services = services; this.Location = imagelocation; }