Home
last modified time | relevance | path

Searched refs:EXACT_PACKET_LENGTH (Results 1 – 1 of 1) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
DSerializeOptions.java39 public static final int EXACT_PACKET_LENGTH = 0x0200; field in SerializeOptions
187 return getOption(EXACT_PACKET_LENGTH); in getExactPacketLength()
197 setOption(EXACT_PACKET_LENGTH, value); in setExactPacketLength()
416 case EXACT_PACKET_LENGTH : return "EXACT_PACKET_LENGTH"; in defineOptionName()
433 EXACT_PACKET_LENGTH | in getValidOptions()