* @returns the initial "magic" segment of an Avro container file header. */
()
| 106 | * @returns the initial "magic" segment of an Avro container file header. |
| 107 | */ |
| 108 | public static function magic() |
| 109 | { |
| 110 | return ('Obj' . pack('c', self::VERSION)); |
| 111 | } |
| 112 | |
| 113 | /** |
| 114 | * @returns AvroSchema object of Avro container file metadata. |
no outgoing calls
no test coverage detected