
com.tencent.mm.arscutil.data.ArscConstants Maven / Gradle / Ivy
/*
* Tencent is pleased to support the open source community by making wechat-matrix available.
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
* Licensed under the BSD 3-Clause License (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://opensource.org/licenses/BSD-3-Clause
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.tencent.mm.arscutil.data;
/**
* Created by jinqiuchen on 18/7/29.
*/
public class ArscConstants {
public static final short RES_TABLE_TYPE_SPEC_TYPE = 514;
public static final short RES_TABLE_TYPE_TYPE = 513;
public static final int NO_ENTRY_INDEX = 0xFFFFFFFF;
public static final int RES_STRING_POOL_UTF8_FLAG = 0x0100;
public static final short RES_TABLE_ENTRY_FLAG_COMPLEX = 0x0001;
public static final short RES_TABLE_ENTRY_FLAG_PUBLIC = 0x0002;
public static final int RES_VALUE_DATA_TYPE_NULL = 0;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy