Method | Description | |
---|---|---|
AddImage ( string key, byte bytes ) : void | ||
AddImageFromFile ( string path, byte bytes ) : string | ||
GetImage ( string key ) : byte[] | ||
Open ( Stream stream, IFileSystem fileIO, IJsonSerializer serializer ) : |
|
|
Open ( string path, IFileSystem fileIO, IJsonSerializer serializer ) : |
|
|
PurgeUnusedImages ( ICollection |
||
RemoveImage ( string key ) : void | ||
Save ( |
|
|
Save ( |
|
Method | Description | |
---|---|---|
GetKeys ( ) : IEnumerable |
||
GetUsedKeys ( |
||
ReadImages ( IImageCache cache, ZipArchive archive, IFileSystem fileIO ) : void | ||
ReadProject ( ZipArchiveEntry projectEntry, IFileSystem fileIO, IJsonSerializer serializer ) : |
||
WriteImages ( IImageCache cache, IEnumerable |
||
WriteProject ( |
public AddImage ( string key, byte bytes ) : void | ||
key | string | |
bytes | byte | |
return | void |
public AddImageFromFile ( string path, byte bytes ) : string | ||
path | string | |
bytes | byte | |
return | string |
public static Open ( Stream stream, IFileSystem fileIO, IJsonSerializer serializer ) : |
||
stream | Stream | |
fileIO | IFileSystem | |
serializer | IJsonSerializer | |
return |
public static Open ( string path, IFileSystem fileIO, IJsonSerializer serializer ) : |
||
path | string | |
fileIO | IFileSystem | |
serializer | IJsonSerializer | |
return |
public PurgeUnusedImages ( ICollection |
||
used | ICollection |
|
return | void |
public static Save ( |
||
project | ||
stream | Stream | |
fileIO | IFileSystem | |
serializer | IJsonSerializer | |
return | void |
public static Save ( |
||
project | ||
path | string | |
fileIO | IFileSystem | |
serializer | IJsonSerializer | |
return | void |