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

Method flush

lang/php/lib/DataFile/AvroDataIOWriter.php:236–240  ·  view source on GitHub ↗

* Flushes biffer to AvroIO object container. * @returns mixed value of $io->flush() * @see AvroIO::flush() */

()

Source from the content-addressed store, hash-verified

234 * @see AvroIO::flush()
235 */
236 private function flush()
237 {
238 $this->writeBlock();
239 return $this->io->flush();
240 }
241}

Callers 1

closeMethod · 0.95

Calls 1

writeBlockMethod · 0.95

Tested by

no test coverage detected