Package com.bayesserver
Interface NameValuesWriter
- 
 public interface NameValuesWriterInterface for writing name/value pairs.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(String name, WriteStreamAction writer)Write a value for a name.
 
- 
- 
- 
Method Detail- 
writevoid 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.
 
 
- 
 
-