JNUSLib/src/de/mas/wiiu/jnus
2019-04-19 10:43:32 +02:00
..
entities Change the content and parent attribute of a FSTEntry to an Optional 2019-04-19 10:42:33 +02:00
implementations Use break on reading error instead of return, this way the streams will be closed properly. 2019-04-19 10:43:32 +02:00
interfaces Add simple wrapper for the "readFileAsStream" function of the FSTDataProvider 2019-04-14 20:39:37 +02:00
utils Don't swallow the exception on checksum errors. 2019-04-14 14:49:47 +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 Return false instead of throwing an exception while trying to extract missing files 2019-04-16 12:59:34 +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 The FST and Ticket attribute of the NUSTitle are now optionals 2019-04-18 11:18:32 +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