Name | |
---|---|
long | getPointerVal() |
native MamaFieldDescriptor | createFieldDescriptor(int fid, String name, short type) |
native void | buildDictionaryFromMessage(MamaMsg msg) |
native MamaMsg | getDictionaryMessage() |
native MamaFieldDescriptor | getFeedName() |
native MamaFieldDescriptor | getFeedHost() |
native MamaFieldDescriptor | getFieldByFid(int fid) |
native MamaFieldDescriptor | getFieldByIndex(int index) |
native MamaFieldDescriptor | getFieldByName(String name) |
native Collection | getFieldByNameAll(String name) |
native int | getMaxFid() |
native int | getSize() |
native boolean | hasDuplicates() |
void | finalize() |
native void | writeToFile(String file) |
void | populateFromFile(String file) |
native void | _populateFromFile(String file) |
native void | create() |
inline long getPointerVal()
native MamaFieldDescriptor createFieldDescriptor(
int fid,
String name,
short type
)
native void buildDictionaryFromMessage(
MamaMsg msg
)
native MamaMsg getDictionaryMessage()
native MamaFieldDescriptor getFeedName()
native MamaFieldDescriptor getFeedHost()
native MamaFieldDescriptor getFieldByFid(
int fid
)
native MamaFieldDescriptor getFieldByIndex(
int index
)
native MamaFieldDescriptor getFieldByName(
String name
)
native Collection getFieldByNameAll(
String name
)
native int getMaxFid()
native int getSize()
native boolean hasDuplicates()
inline void finalize()
native void writeToFile(
String file
)
inline void populateFromFile(
String file
)
native void _populateFromFile(
String file
)
native void create()
Updated on 2023-03-31 at 15:29:42 +0100