More documentation.

This commit is contained in:
Jindra Petřík
2024-08-08 13:41:09 +02:00
parent 5c1811582a
commit f219b49372
394 changed files with 13018 additions and 552 deletions

View File

@@ -43,7 +43,7 @@ public class BinarySWFBundle implements Bundle {
* @param is Input stream
* @param noCheck Do not check
* @param searchMode Search mode
* @throws IOException
* @throws IOException On I/O error
*/
public BinarySWFBundle(InputStream is, boolean noCheck, SearchMode searchMode) throws IOException {
search = new SWFSearch(new SwfHeaderStreamSearch(is), noCheck, searchMode);