type
  TStoredFile = class(TPersistent)
  public
    property FileName: String;
    property Size: Integer;
    property Data: TMemoryStream;
  end;