Package org.eolang.jeo
Interface Transformation
-
- All Known Implementing Classes:
Assembling,Caching,Disassembling,Logging,Unroll
public interface TransformationTransformation.- Since:
- 0.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Pathsource()The path to the file to be transformed.Pathtarget()The path to the transformed file.byte[]transform()Transform the file.
-