Package cn.sliew.milky.common.io.stream
Interface Writable.Writer<V>
-
- Enclosing interface:
- Writable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface Writable.Writer<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(StreamOutput out, V value)WriteV-typevalueto theoutput stream.
-
-
-
Method Detail
-
write
void write(StreamOutput out, V value) throws IOException
WriteV-typevalueto theoutput stream.- Parameters:
out- Output to write thevaluetoovalue- The value to add- Throws:
IOException
-
-