Package com.io7m.jnoisetype.api
Interface NTSampleType
-
- All Superinterfaces:
NTFontMemberType,NTNamedType
public interface NTSampleType extends NTFontMemberType, NTNamedType
The type of samples.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description com.io7m.jranges.RangeHalfOpenLdataByteRange()default com.io7m.jranges.RangeHalfOpenLdataByteRangeIncludingPadding()NTSampleDescriptiondescription()default java.lang.StringnameText()-
Methods inherited from interface com.io7m.jnoisetype.api.NTFontMemberType
font
-
-
-
-
Method Detail
-
description
NTSampleDescription description()
- Returns:
- The sample description
-
dataByteRange
com.io7m.jranges.RangeHalfOpenL dataByteRange()
- Returns:
- The byte range of the sample data within the parsed file
-
dataByteRangeIncludingPadding
default com.io7m.jranges.RangeHalfOpenL dataByteRangeIncludingPadding()
- Returns:
- The byte range of the sample data within the parsed file including the specification-mandated zero values
-
nameText
default java.lang.String nameText()
- Specified by:
nameTextin interfaceNTNamedType- Returns:
- The name of the element as a raw string
-
-