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.Folder
Fnt.load
(byte[] fnt) Create aFolder
from filename table data.static Fnt.Folder
Fnt.loadFromDisk
(File dir, ArrayList<byte[]> files) Create aFolder
from 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 Narc
Narc.fromContentsAndNames
(ArrayList<byte[]> files, Fnt.Folder filenames, Endianness endiannessOfBeginning) Create a NARC archive from a list of files and (optionally) a filename table.static MemBuf
Fnt.save
(Fnt.Folder root) Generates a MemBuf representing the root folder as a filename table.static void
Fnt.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