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

Method magicSize

lang/php/lib/DataFile/AvroDataIO.php:100–103  ·  view source on GitHub ↗

* @returns int count of bytes in the initial "magic" segment of the * Avro container file header */

()

Source from the content-addressed store, hash-verified

98 * Avro container file header
99 */
100 public static function magicSize()
101 {
102 return strlen(self::magic());
103 }
104
105 /**
106 * @returns the initial "magic" segment of an Avro container file header.

Callers 1

readHeaderMethod · 0.80

Calls 1

magicMethod · 0.95

Tested by

no test coverage detected