ContentFormatOption.parse constructor

ContentFormatOption.parse(
  1. Uint8Buffer bytes
)

Implementation

ContentFormatOption.parse(final Uint8Buffer bytes)
    : super.parse(OptionType.contentFormat, bytes);