mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-25 11:55:32 +00:00
#676: extended logging for text import, imorpt logic moved to separated class, allow to ignore errors duting import
This commit is contained in:
@@ -31,17 +31,14 @@ public interface Searchable {
|
||||
* @param data
|
||||
* @return Map Position=>Input stream
|
||||
*/
|
||||
public Map<Long, InputStream> search(byte[]
|
||||
|
||||
... data);
|
||||
public Map<Long, InputStream> search(byte[]... data);
|
||||
|
||||
/**
|
||||
* Searches for byte sequences with progress listener
|
||||
*
|
||||
* @param progListener Listener
|
||||
* @param data
|
||||
* @return Map Position=>Input stream
|
||||
*/
|
||||
public Map<Long, InputStream> search(ProgressListener progListener, byte[]
|
||||
|
||||
... data);
|
||||
public Map<Long, InputStream> search(ProgressListener progListener, byte[]... data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user