I - is the given type to save.@FunctionalInterface public interface Save<I>
OutputStream.| Modifier and Type | Method and Description |
|---|---|
void |
save(I value,
OutputStream output)
Saves a value of the given type I to the given
OutputStream. |
void save(I value, OutputStream output) throws IOException
OutputStream.value - is the value to save.output - is the OutputStream which the value will be saved to.IOException - that could occured while reading files.Copyright © 2016. All rights reserved.