Closes this destination.
Closes this destination. This method should only be called once during the lifetime of a destination, and it should not be called concurrently with other methods of this class.
Opens this destination.
Opens this destination. This method should only be called once during the lifetime of a destination, and it should not be called concurrently with other methods of this class.
Note: using synchronization here is not strictly necessary (writers should be thread-safe), but without it, different sequences of quads will be interleaved, which is harder to read and makes certain parsing optimizations impossible.
Note: using synchronization here is not strictly necessary (writers should be thread-safe), but without it, different sequences of quads will be interleaved, which is harder to read and makes certain parsing optimizations impossible.
Writes quads to a writer.