Package org.eolang.ineo
Class Saved
- java.lang.Object
-
- org.eolang.ineo.Saved
-
public final class Saved extends Object
Saved.- Since:
- 0.0.1
-
-
Constructor Summary
Constructors Constructor Description Saved(com.jcabi.xml.XML xml, Path target)
Ctor.Saved(com.jcabi.xml.XML xml, org.cactoos.Scalar<Path> target)
Ctor.Saved(org.cactoos.Input input, org.cactoos.Scalar<Path> target)
Ctor.Saved(org.cactoos.Scalar<? extends String> input, Path target)
Ctor.Saved(org.cactoos.Scalar<? extends String> input, org.cactoos.Scalar<Path> target)
Ctor.Saved(org.cactoos.Text text, org.cactoos.Scalar<Path> target)
Ctor.
-
-
-
Constructor Detail
-
Saved
public Saved(com.jcabi.xml.XML xml, Path target)
Ctor.- Parameters:
xml
- XML to savetarget
- Path to save to
-
Saved
public Saved(com.jcabi.xml.XML xml, org.cactoos.Scalar<Path> target)
Ctor.- Parameters:
xml
- XML to savetarget
- Path to save to
-
Saved
public Saved(org.cactoos.Text text, org.cactoos.Scalar<Path> target)
Ctor.- Parameters:
text
- Text to savetarget
- Path to save to
-
Saved
public Saved(org.cactoos.Scalar<? extends String> input, Path target)
Ctor.- Parameters:
input
- Input as string scalar to savetarget
- Path to save to
-
Saved
public Saved(org.cactoos.Scalar<? extends String> input, org.cactoos.Scalar<Path> target)
Ctor.- Parameters:
input
- Input to savetarget
- Path to save to
-
Saved
public Saved(org.cactoos.Input input, org.cactoos.Scalar<Path> target)
Ctor.- Parameters:
input
- Input to savetarget
- Path to save to
-
-
Method Detail
-
value
public Long value() throws IOException
Save.- Returns:
- Amount of saved bytes
- Throws:
IOException
- If fails to save
-
-