Skip to content

Instantly share code, notes, and snippets.

@liyong03
Last active August 29, 2015 14:17
Show Gist options
  • Save liyong03/d3618ca8f2b9c64ff139 to your computer and use it in GitHub Desktop.
Save liyong03/d3618ca8f2b9c64ff139 to your computer and use it in GitHub Desktop.
String names[] = {
"name1",
"name2",
"name3",
"name4"
};
String types[] = {
DocDataType, //对应name1
DocDataType,
DocDataType,
DocDataType
};
int offsets[] = {
4, // 对应 name1
8,
12,
16
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment