public static interface PointValuesDumper.Output
| Modifier and Type | Method and Description |
|---|---|
void |
flush()
Flushes the output.
|
void |
output(VersionedValue versionedValue)
Outputs a versioned value.
|
void flush()
throws Exception
Exception - When appropriate.void output(@Nonnull
VersionedValue versionedValue)
throws Exception
versionedValue - The versioned value.Exception - When appropriate.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.