OcfContentFormatVersion.parse constructor

OcfContentFormatVersion.parse(
  1. Uint8Buffer bytes
)

Implementation

OcfContentFormatVersion.parse(final Uint8Buffer bytes)
    : super.parse(OptionType.ocfContentFormatVersion, bytes);