Package org.eolang.opeo.storage
Class DecompilationStorage
- java.lang.Object
-
- org.eolang.opeo.storage.DecompilationStorage
-
- All Implemented Interfaces:
Storage
public final class DecompilationStorage extends Object implements Storage
Decompilation storage. The same asFileStorage
, but with some logging.- Since:
- 0.2
-
-
Constructor Summary
Constructors Constructor Description DecompilationStorage(Path xmirs, Path output)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<XmirEntry>
all()
Get all XMIRs.void
save(XmirEntry xmir)
Save XMIR.
-