public static interface Sink.SinkWriter<ElemT> extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
long |
add(ElemT value)
Adds a value to the sink.
|
void |
close() |
long add(ElemT value) throws IOException
IOExceptionvoid close()
throws IOException
close in interface AutoCloseableIOException