mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-05-02 15:14:26 +02:00
parametrize Chunk type
This commit is contained in:
parent
a48537a20e
commit
2ea78058d6
@ -22,7 +22,7 @@ import com.reandroid.arsc.chunk.Chunk;
|
||||
import java.io.IOException;
|
||||
import java.io.OutputStream;
|
||||
|
||||
public class BlockInputSource<T extends Chunk> extends ByteInputSource{
|
||||
public class BlockInputSource<T extends Chunk<?>> extends ByteInputSource{
|
||||
private final T mBlock;
|
||||
public BlockInputSource(String name, T block) {
|
||||
super(new byte[0], name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user