setMimeBytes

open fun setMimeBytes(value: ByteString): File.Builder
Specifies a string for a mime-type. This is only used if the mime-type is not known to the VM implementation.
string mime = 9;

Return

This builder for chaining.

Parameters

value

The bytes for mime to set.