JNUSLib/src/de/mas/wiiu/jnus
2019-04-19 10:57:18 +02:00
..
entities Organize imports 2019-04-19 10:56:43 +02:00
implementations Return an empty HashMap instead of null. 2019-04-19 10:57:18 +02:00
interfaces The readToFile function of the FSTDataProvider Interface now does return a value value to indicate success 2019-04-19 10:56:24 +02:00
utils Adjust log levels 2019-04-19 10:56:59 +02:00
DecryptionService.java Change the content and parent attribute of a FSTEntry to an Optional 2019-04-19 10:42:33 +02:00
ExtractionService.java Organize imports 2019-04-19 10:56:43 +02:00
NUSTitle.java The FST and Ticket attribute of the NUSTitle are now optionals 2019-04-18 11:18:32 +02:00
NUSTitleConfig.java - The NUSTitleLoaders now don't inherit anymore from a class, but use a static function from NUSTitleLoader. The NUSDataProvider is supplier by a Supplier argument. This simplifies the config. 2019-04-10 18:47:22 +02:00
NUSTitleLoader.java Organize imports 2019-04-19 10:56:43 +02:00
NUSTitleLoaderFST.java Add/Update copyright information. Minor cleanup, moved some interfaces 2019-04-10 20:13:38 +02:00
NUSTitleLoaderLocal.java Add/Update copyright information. Minor cleanup, moved some interfaces 2019-04-10 20:13:38 +02:00
NUSTitleLoaderLocalBackup.java - The NUSTitleLoaders now don't inherit anymore from a class, but use a static function from NUSTitleLoader. The NUSDataProvider is supplier by a Supplier argument. This simplifies the config. 2019-04-10 18:47:22 +02:00
NUSTitleLoaderRemote.java Add/Update copyright information. Minor cleanup, moved some interfaces 2019-04-10 20:13:38 +02:00
NUSTitleLoaderWoomy.java - The NUSTitleLoaders now don't inherit anymore from a class, but use a static function from NUSTitleLoader. The NUSDataProvider is supplier by a Supplier argument. This simplifies the config. 2019-04-10 18:47:22 +02:00
Settings.java Add/Update copyright information. Minor cleanup, moved some interfaces 2019-04-10 20:13:38 +02:00
WUDLoader.java Add a WUDLoader utility class to load a WUD/WUX and get the Partitions as NUSTitles or FSTDataProvider. 2019-04-10 20:03:48 +02:00
WUDService.java - Replace the readFileAsStream (to InputStream) function with a default implementation in the FSTDataProvider interface. This way the implementations only need to provide a function to write into a outputstream. 2019-04-11 13:27:21 +02:00