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

Method length

lang/php/lib/IO/AvroStringIO.php:144–147  ·  view source on GitHub ↗

* @returns int count of bytes in the buffer * @internal Could probably memoize length for performance, but * no need do this yet. */

()

Source from the content-addressed store, hash-verified

142 * no need do this yet.
143 */
144 public function length()
145 {
146 return strlen($this->string_buffer);
147 }
148
149 /**
150 * @returns boolean true if successful

Callers 3

readMethod · 0.95
seekMethod · 0.95
isEofMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected