Uses of Class
com.io7m.jspiel.api.RiffSize
-
Packages that use RiffSize Package Description com.io7m.jspiel.api RIFF I/O (API) -
-
Uses of RiffSize in com.io7m.jspiel.api
Methods in com.io7m.jspiel.api that return RiffSize Modifier and Type Method Description RiffSizeRiffSize.Builder. build()Builds a newRiffSize.static RiffSizeRiffSize. copyOf(RiffSizeType instance)Creates an immutable copy of aRiffSizeTypevalue.default RiffSizeRiffChunkType. dataSizeExcludingForm()RiffSizeRiffChunkType. dataSizeIncludingForm()static RiffSizeRiffSize. of(long size, boolean padded)Construct a new immutableRiffSizeinstance.static RiffSizeRiffSizes. padIfNecessary(long input)Create a size from the given value.RiffSizeRiffSize. withPadded(boolean value)Copy the current immutable object by setting a value for thepaddedattribute.RiffSizeRiffSize. withSize(long value)Copy the current immutable object by setting a value for thesizeattribute.
-