Uses of Class
io.github.turtleisaac.nds4j.Fnt.Folder
Packages that use Fnt.Folder
-
Uses of Fnt.Folder in io.github.turtleisaac.nds4j
Fields in io.github.turtleisaac.nds4j with type parameters of type Fnt.FolderMethods in io.github.turtleisaac.nds4j that return Fnt.FolderModifier and TypeMethodDescriptionFnt.Folder.getSubfolder(String path) Find the Folder instance for the given subfolder name, or for the given folder path (using "/" as the separator) relative to this folder.static Fnt.FolderFnt.load(byte[] fnt) Create aFolderfrom filename table data.static Fnt.FolderFnt.loadFromDisk(File dir, ArrayList<byte[]> files) Create aFolderfrom an unpacked filesystem on disk; This also grabs all the binary data for each file.Methods in io.github.turtleisaac.nds4j that return types with arguments of type Fnt.FolderMethods in io.github.turtleisaac.nds4j with parameters of type Fnt.FolderModifier 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 MemBufFnt.save(Fnt.Folder root) Generates a MemBuf representing the root folder as a filename table.static voidFnt.writeFolderToDisk(File dir, Fnt.Folder folder, ArrayList<byte[]> files) writes the ROM's internal filesystem to disk at the specified pathConstructor parameters in io.github.turtleisaac.nds4j with type arguments of type Fnt.Folder