Package org.eolang.jeo
Class Disassembling
java.lang.Object
org.eolang.jeo.Disassembling
- All Implemented Interfaces:
Transformation
Disassembling transformation.
- Since:
- 0.6
-
Method Summary
-
Method Details
-
source
Description copied from interface:Transformation
The path to the file to be transformed.- Specified by:
source
in interfaceTransformation
- Returns:
- Path to the file.
-
target
Description copied from interface:Transformation
The path to the transformed file.- Specified by:
target
in interfaceTransformation
- Returns:
- Path to the transformed file.
-
transform
public byte[] transform()Description copied from interface:Transformation
Transform the file.- Specified by:
transform
in interfaceTransformation
- Returns:
- Transformed file.
-