| Package | Description |
|---|---|
| com.io7m.smfj.core |
Core types and functions.
|
| Modifier and Type | Method and Description |
|---|---|
static SMFFormatDescription.Builder |
SMFFormatDescription.builder()
Creates a builder for
SMFFormatDescription. |
SMFFormatDescription.Builder |
SMFFormatDescription.Builder.from(SMFFormatDescriptionType instance)
Fill a builder with attribute values from the provided
SMFFormatDescriptionType instance. |
SMFFormatDescription.Builder |
SMFFormatDescription.Builder.setDescription(String description)
Initializes the value for the
description attribute. |
SMFFormatDescription.Builder |
SMFFormatDescription.Builder.setMimeType(String mimeType)
Initializes the value for the
mimeType attribute. |
SMFFormatDescription.Builder |
SMFFormatDescription.Builder.setName(String name)
Initializes the value for the
name attribute. |
SMFFormatDescription.Builder |
SMFFormatDescription.Builder.setRandomAccess(boolean randomAccess)
Initializes the value for the
randomAccess attribute. |
SMFFormatDescription.Builder |
SMFFormatDescription.Builder.setSuffix(String suffix)
Initializes the value for the
suffix attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com