* @returns int count of bytes in the initial "magic" segment of the * Avro container file header */
()
| 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. |