vertx / io.vertx.rxjava.core.parsetools / RecordParser / fixedSizeMode

fixedSizeMode

open fun fixedSizeMode(size: Int): Unit

Flip the parser into fixed size mode, where the record size is specified by size in bytes.

This method can be called multiple times with different values of size while data is being parsed.

Parameters

size - the new record size