mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-05-03 23:54:27 +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.IOException;
|
||||||
import java.io.OutputStream;
|
import java.io.OutputStream;
|
||||||
|
|
||||||
public class BlockInputSource<T extends Chunk> extends ByteInputSource{
|
public class BlockInputSource<T extends Chunk<?>> extends ByteInputSource{
|
||||||
private final T mBlock;
|
private final T mBlock;
|
||||||
public BlockInputSource(String name, T block) {
|
public BlockInputSource(String name, T block) {
|
||||||
super(new byte[0], name);
|
super(new byte[0], name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user