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
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
package com.reandroid.arsc.value;
|
package com.reandroid.arsc.chunk;
|
||||||
|
|
||||||
public interface ResValueItem extends Value{
|
import com.reandroid.arsc.pool.StringPool;
|
||||||
void setHeaderSize(short size);
|
|
||||||
short getHeaderSize();
|
|
||||||
|
|
||||||
void setReserved(byte reserved);
|
public interface ParentChunk {
|
||||||
byte getReserved();
|
public StringPool<?> getSpecStringPool();
|
||||||
|
|
||||||
void setType(byte type);
|
|
||||||
byte getType();
|
|
||||||
|
|
||||||
void onSetReference(int data);
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user