UConverterStaticData.java
521 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.agl.charset;
final class UConverterStaticData {
int structSize;
String name;
int codepage;
byte platform;
byte conversionType;
byte minBytesPerChar;
byte maxBytesPerChar;
byte[] subChar = new byte[4];
byte subCharLen;
byte hasToUnicodeFallback;
byte hasFromUnicodeFallback;
short unicodeMask;
byte subChar1;
byte[] reserved = new byte[19];
public static final int SIZE_OF_UCONVERTER_STATIC_DATA = 100;
}