protected static class ERXPropertyListSerialization._BinaryPListParser.EncodedDictionary extends ERXPropertyListSerialization._BinaryPListParser.EncodedObject
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Long> |
_keyRefs |
protected java.util.List<java.lang.Long> |
_valueRefs |
_bytes| Constructor and Description |
|---|
EncodedDictionary(byte[] data) |
EncodedDictionary(NSData data) |
| Modifier and Type | Method and Description |
|---|---|
void |
addKeyRef(long ref) |
void |
addValueRef(long ref) |
void |
appendToData(NSMutableData data,
int objectRefSize)
Appends the object to the data
|
encodeRef, refSizeForValue, toString, toStringprotected java.util.List<java.lang.Long> _keyRefs
protected java.util.List<java.lang.Long> _valueRefs
public EncodedDictionary(NSData data)
public EncodedDictionary(byte[] data)
public void addKeyRef(long ref)
public void addValueRef(long ref)
public void appendToData(NSMutableData data, int objectRefSize)
ERXPropertyListSerialization._BinaryPListParser.EncodedObjectappendToData in class ERXPropertyListSerialization._BinaryPListParser.EncodedObjectCopyright © 2002 – 2022 Project Wonder.