Uses of Interface
com.io7m.jspiel.api.RiffFileBuilderType
-
Packages that use RiffFileBuilderType Package Description com.io7m.jspiel.api RIFF I/O (API)com.io7m.jspiel.vanilla RIFF I/O (Vanilla implementation) -
-
Uses of RiffFileBuilderType in com.io7m.jspiel.api
Methods in com.io7m.jspiel.api that return RiffFileBuilderType Modifier and Type Method Description RiffFileBuilderTypeRiffFileBuilderProviderType. create(java.nio.ByteOrder order)Create a new file builder using the given byte order.RiffFileBuilderTypeRiffFileBuilderType. setOrder(java.nio.ByteOrder order)Set the byte order for the file. -
Uses of RiffFileBuilderType in com.io7m.jspiel.vanilla
Methods in com.io7m.jspiel.vanilla that return RiffFileBuilderType Modifier and Type Method Description RiffFileBuilderTypeRiffFileBuilders. create(java.nio.ByteOrder order)
-