Add in-memory implementation of an image and its builder.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 12 Oct 2013 13:44:46 +0000 (15:44 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 28 Feb 2014 21:17:43 +0000 (22:17 +0100)
commit0fd78802d3ee78b558108d714314d0117078d105
treec92e7946458b07dc2aa5ef7abe31ce78eb50a415
parent4e61d9d4c916ff7d314baa2923087203aec3842d
Add in-memory implementation of an image and its builder.
src/main/java/net/pterodactylus/sone/database/memory/MemoryImage.java [new file with mode: 0644]
src/main/java/net/pterodactylus/sone/database/memory/MemoryImageBuilder.java [new file with mode: 0644]