Closes this stream and releases any system resources associated with it. If the stream is already closed then invoking this method has no effect. If the cursor is between top-level values, this method will #finish() before closing the underlying output stream. If not, the resulting data
()
| 183 | * @see #finish() |
| 184 | */ |
| 185 | public void close() throws IOException; |
| 186 | |
| 187 | |
| 188 | /** |
no outgoing calls