JNUSLib/src/de/mas/wiiu/jnus
2019-04-24 13:28:59 +02:00
..
entities Only throw an exception in the FSTService when a content for a given wasn't found if the Map is emtpy 2019-04-24 13:26:25 +02:00
implementations Increase the size of the PipedStream buffers. This increases the performance. 2019-04-24 13:28:47 +02:00
interfaces Increase the size of the PipedStream buffers. This increases the performance. 2019-04-24 13:28:47 +02:00
utils Minor formatting 2019-04-24 13:28: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 Close file properly on compressWUDToWUX function 2019-04-24 13:25:22 +02:00