MCPcopy Create free account
hub / github.com/apache/avro / close

Method close

lang/php/lib/DataFile/AvroDataIOReader.php:245–248  ·  view source on GitHub ↗

* Closes this writer (and its AvroIO object.) * @uses AvroIO::close() */

()

Source from the content-addressed store, hash-verified

243 * @uses AvroIO::close()
244 */
245 public function close()
246 {
247 return $this->io->close();
248 }
249}

Callers

nothing calls this directly

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected