Interface NTLongStringType

All Superinterfaces:
Comparable<NTLongStringType>
All Known Implementing Classes:
NTLongString

@Immutable public interface NTLongStringType extends Comparable<NTLongStringType>
See Also:
  • "SoundFontⓡ Technical Specification 2.04, §5 The INFO-list Chunk"
  • Method Details

    • value

      @Parameter String value()
      Returns:
      The actual string value
    • checkPreconditions

      @Check default void checkPreconditions()
      Check preconditions for the type.
    • compareTo

      default int compareTo(NTLongStringType other)
      Specified by:
      compareTo in interface Comparable<NTLongStringType>