Package com.bayesserver
Interface NameValuesWriter
-
public interface NameValuesWriter
Interface for writing name/value pairs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(String name, WriteStreamAction writer)
Write a value for a name.
-
-
-
Method Detail
-
write
void write(String name, WriteStreamAction writer)
Write a value for a name.- Parameters:
name
- The name corresponding to the value to be stored.writer
- A function which can save the value.
-
-