Package org.eolang.maven
Class Save
- java.lang.Object
-
- org.eolang.maven.Save
-
public final class Save extends Object
Save a file operation.- Since:
- 0.1
-
-
Constructor Detail
-
Save
public Save(InputStream input, Path file)
Ctor.- Parameters:
input
- The inputfile
- File to save to
-
Save
public Save(byte[] bytes, Path file)
Ctor.- Parameters:
bytes
- The contentfile
- The path
-
Save
public Save(org.cactoos.Input input, Path file)
Ctor.- Parameters:
input
- The inputfile
- File to save to
-
-
Method Detail
-
save
public void save() throws IOException
Save the file to the path.- Throws:
IOException
- If fails
-
-