Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fuchsia.googlesource.com-third_party-flatbuffers
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
fuchsia.googlesource.com-third_party-flatbuffers
Commits
ef7b3ed8
Commit
ef7b3ed8
authored
9 years ago
by
John Belmonte
Browse files
Options
Downloads
Patches
Plain Diff
Java/C-sharp docs: fix typo, clarify parser availability.
parent
1e6f8f5b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/JavaUsage.md
+3
-2
3 additions, 2 deletions
docs/source/JavaUsage.md
with
3 additions
and
2 deletions
docs/source/JavaUsage.md
+
3
−
2
View file @
ef7b3ed8
...
...
@@ -109,7 +109,7 @@ Structs do have convenient methods that even have arguments for nested structs.
As you can see, references to other objects (e.g. the string above) are simple
ints, and thus do not have the type-safety of the Offset type in C++. Extra
ca
s
e must thus be taken that you set the right offset on the right field.
ca
r
e must thus be taken that you set the right offset on the right field.
Vectors can be created from the corresponding Java array like so:
...
...
@@ -174,5 +174,6 @@ are prefixed with `Get`, e.g.:
## Text parsing
There currently is no support for parsing text (Schema's and JSON) directly
from Java, though you could use the C++ parser through JNI. Please see the
from Java or C#, though you could use the C++ parser through native call
interfaces available to each language. Please see the
C++ documentation for more on text parsing.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment