Uses of Enum Class
io.github.turtleisaac.nds4j.framework.Endianness
Packages that use Endianness
-
Uses of Endianness in io.github.turtleisaac.nds4j
Methods in io.github.turtleisaac.nds4j with parameters of type EndiannessModifier and TypeMethodDescriptionstatic NarcNarc.fromContentsAndNames(ArrayList<byte[]> files, Fnt.Folder filenames, Endianness endiannessOfBeginning) Create a NARC archive from a list of files and (optionally) a filename table.static NarcNarc.fromUnpacked(File dir, boolean removeFilenames, Endianness endiannessOfBeginning) Load an unpacked NARC from a directory on diskstatic NarcNarc.fromUnpacked(String dir, boolean removeFilenames, Endianness endiannessOfBeginning) Load an unpacked NARC from a directory on disk -
Uses of Endianness in io.github.turtleisaac.nds4j.framework
Methods in io.github.turtleisaac.nds4j.framework that return EndiannessModifier and TypeMethodDescriptionstatic EndiannessReturns the enum constant of this class with the specified name.static Endianness[]Endianness.values()Returns an array containing the constants of this enum class, in the order they are declared.