public interface NameValuesWriter
| Modifier and Type | Method and Description |
|---|---|
void |
write(String name,
WriteStreamAction writer)
Write a value for a name.
|
void write(String name, WriteStreamAction writer)
name - The name corresponding to the value to be stored.writer - A function which can save the value.Copyright © 2021. All rights reserved.