mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-05-01 14:44:27 +02:00
rename classes
This commit is contained in:
parent
7430b40c54
commit
93c96e5397
15
src/main/java/com/reandroid/arsc/value/ResValueItem.java → src/main/java/com/reandroid/arsc/chunk/ParentChunk.java
Executable file → Normal file
15
src/main/java/com/reandroid/arsc/value/ResValueItem.java → src/main/java/com/reandroid/arsc/chunk/ParentChunk.java
Executable file → Normal file
@ -13,17 +13,10 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package com.reandroid.arsc.value;
|
||||
package com.reandroid.arsc.chunk;
|
||||
|
||||
public interface ResValueItem extends Value{
|
||||
void setHeaderSize(short size);
|
||||
short getHeaderSize();
|
||||
import com.reandroid.arsc.pool.StringPool;
|
||||
|
||||
void setReserved(byte reserved);
|
||||
byte getReserved();
|
||||
|
||||
void setType(byte type);
|
||||
byte getType();
|
||||
|
||||
void onSetReference(int data);
|
||||
public interface ParentChunk {
|
||||
public StringPool<?> getSpecStringPool();
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user