Uses of Interface
com.io7m.jspiel.api.RiffChunkIDType
-
Packages that use RiffChunkIDType Package Description com.io7m.jspiel.api RIFF I/O (API) -
-
Uses of RiffChunkIDType in com.io7m.jspiel.api
Classes in com.io7m.jspiel.api that implement RiffChunkIDType Modifier and Type Class Description classRiffChunkIDA FourCC chunk ID.Methods in com.io7m.jspiel.api with parameters of type RiffChunkIDType Modifier and Type Method Description static RiffChunkIDRiffChunkID. copyOf(RiffChunkIDType instance)Creates an immutable copy of aRiffChunkIDTypevalue.RiffChunkID.BuilderRiffChunkID.Builder. from(RiffChunkIDType instance)Fill a builder with attribute values from the providedRiffChunkIDTypeinstance.
-