Interface FieldSetWriter<T>
-
public interface FieldSetWriter<T>Writes value as a set of fields.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteFields(T value)Writes the specified value as a set of fields.
-
-
-
Method Detail
-
writeFields
void writeFields(T value) throws IOException
Writes the specified value as a set of fields.- Parameters:
value- the value to be written.- Throws:
IOException- if the value could not be written
-
-