Some thinking about execution
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
package info.sigterm.deob.attributes;
|
||||
|
||||
import info.sigterm.deob.Attributes;
|
||||
|
||||
import java.io.DataInputStream;
|
||||
import java.io.IOException;
|
||||
|
||||
@@ -25,6 +23,11 @@ public class Attribute
|
||||
return attributes;
|
||||
}
|
||||
|
||||
public AttributeType getType()
|
||||
{
|
||||
return type;
|
||||
}
|
||||
|
||||
public int getLength()
|
||||
{
|
||||
return length;
|
||||
|
||||
Reference in New Issue
Block a user