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
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Stringrel(Path file)Make relative name from path.voidsave()Save the file to the path.
-
-
-
Constructor Detail
-
Save
public Save(InputStream input, Path file)
Ctor.- Parameters:
input- The inputfile- File to save to
-
Save
public Save(org.cactoos.Text txt, Path file)Ctor.- Parameters:
txt- The contentfile- The path
-
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 IOExceptionSave the file to the path.- Throws:
IOException- If fails
-
-