Function Decoder.skipFixed
Discards fixed sized binary object.
abstract void skipFixed
(
ulong length
) @safe;
Parameters
| Name | Description |
|---|---|
| length | The size of the binary object to be skipped. |
Throws
- AvroTypeException If this is a stateful reader and fixed sized binary object is not the type of the next value to be read or the length is incorrect. - IOException