Maschell
|
fbceae0558
|
- 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.
- Optimize the readEncryptedToStream function on the DiscReader. The normal wud reader don't need to pipe the stream anymore.
|
2019-04-11 13:27:21 +02:00 |
|
Maschell
|
89d5927acd
|
Add a readFileToStream function to the FSTDataProvider interface while allows your to read a file to a outputstream
|
2019-04-11 13:14:50 +02:00 |
|
Maschell
|
88c0bb8a9e
|
Add/Update copyright information. Minor cleanup, moved some interfaces
|
2019-04-10 20:13:38 +02:00 |
|
Maschell
|
aae5feafc0
|
Add a interface "FSTDataProvider" which helps you getting data for a given FSTEntry
|
2019-04-10 18:59:39 +02:00 |
|