| Package | Description |
|---|---|
| com.io7m.smfj.format.binary |
Parser API.
|
| com.io7m.smfj.format.binary.v1 |
Parser implementation for the 1.* format.
|
| Modifier and Type | Method and Description |
|---|---|
SMFBSection |
SMFBSection.Builder.build()
Builds a new
SMFBSection. |
static SMFBSection |
SMFBSection.copyOf(SMFBSectionType instance)
Creates an immutable copy of a
SMFBSectionType value. |
static SMFBSection |
SMFBSection.of(long id,
long sizeOfData,
long offset)
Construct a new immutable
SMFBSection instance. |
SMFBSection |
SMFBSection.withId(long value)
Copy the current immutable object by setting a value for the
id attribute. |
SMFBSection |
SMFBSection.withOffset(long value)
Copy the current immutable object by setting a value for the
offset attribute. |
SMFBSection |
SMFBSection.withSizeOfData(long value)
Copy the current immutable object by setting a value for the
sizeOfData attribute. |
| Modifier and Type | Method and Description |
|---|---|
javaslang.control.Validation<SMFParseError,SMFBSection> |
SMFBSectionParserType.parse() |
javaslang.control.Validation<SMFParseError,SMFBSection> |
SMFBSectionParser.parse() |
| Modifier and Type | Method and Description |
|---|---|
static javaslang.control.Validation<javaslang.collection.List<SMFParseError>,SMFHeader> |
SMFBv1Headers.parse(SMFFormatVersion version,
SMFBDataStreamReaderType reader,
SMFBSection section)
Parse a header.
|
Copyright © 2017 <code@io7m.com> http://io7m.com