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