Name Date Size #Lines LOC

..--

.bazelci/H25-Apr-2025-3736

.github/H25-Apr-2025-800648

CMake/H25-Apr-2025-1,4141,276

android/H25-Apr-2025-1,2631,021

bazel/H25-Apr-2025-

benchmarks/H25-Apr-2025-835704

conan/H25-Apr-2025-196122

dart/H25-Apr-2025-9,2098,167

docs/H25-Apr-2025-11,5489,385

go/H25-Apr-2025-1,7391,077

grpc/H25-Apr-2025-8,6766,992

include/flatbuffers/H25-Apr-2025-11,7628,145

java/H25-Apr-2025-5,6272,767

js/H25-Apr-2025-11

kotlin/H25-Apr-2025-6,2604,103

lobster/H25-Apr-2025-313262

lua/H25-Apr-2025-1,132892

mjs/H25-Apr-2025-11

net/FlatBuffers/H25-Apr-2025-2,5991,563

php/H25-Apr-2025-1,686870

python/H25-Apr-2025-4,3793,166

reflection/H25-Apr-2025-176155

rust/H25-Apr-2025-6,5754,833

samples/H25-Apr-2025-4,8153,507

scripts/H25-Apr-2025-768535

snap/H25-Apr-2025-5042

src/H25-Apr-2025-35,33529,247

swift/H25-Apr-2025-4,2282,313

tests/H25-Apr-2025-151,448128,292

ts/H25-Apr-2025-2,0361,558

.clang-formatH A D25-Apr-2025304 1412

.editorconfigH A D25-Apr-2025223 87

.eslintrc.jsH A D25-Apr-2025253 1311

.gitattributesH A D25-Apr-202585 32

.gitignoreH A D25-Apr-20252.4 KiB151151

.travis.ymlH A D25-Apr-20256.8 KiB216172

Android.bpH A D25-Apr-20254.5 KiB178162

BUILD.bazelH A D25-Apr-20252.8 KiB113101

CHANGELOG.mdH A D25-Apr-2025921 2216

CMakeLists.txtH A D25-Apr-202527.5 KiB776699

CONTRIBUTING.mdH A D25-Apr-20252.2 KiB4337

Formatters.mdH A D25-Apr-20251.1 KiB2212

LICENSEH A D25-Apr-202511.1 KiB202169

LICENSE.txtH A D25-Apr-202511.1 KiB203169

METADATAH A D25-Apr-2025454 2019

MODULE_LICENSE_APACHE2HD25-Apr-20250

OWNERSH A D25-Apr-2025185 54

README.androidH A D25-Apr-2025281 119

SECURITY.mdH A D25-Apr-2025481 128

TEST_MAPPINGH A D25-Apr-2025627 3534

WORKSPACEH A D25-Apr-20252.9 KiB9974

build_defs.bzlH A D25-Apr-20259.7 KiB256240

composer.jsonH A D25-Apr-2025377 1818

conanfile.pyH A D25-Apr-20253 KiB7664

package.jsonH A D25-Apr-20251.1 KiB4645

pom.xmlH A D25-Apr-20255 KiB154152

readme.mdH A D25-Apr-20252.7 KiB6651

swift.swiftformatH A D25-Apr-20251.4 KiB2722

tsconfig.jsonH A D25-Apr-2025330 1716

tsconfig.mjs.jsonH A D25-Apr-2025331 1616

typescript.bzlH A D25-Apr-20255.1 KiB135129

yarn.lockH A D25-Apr-202549.5 KiB1,131962

README.android

1URL: https://github.com/google/flatbuffers/releases/tag/v1.6.0
2Version: 1.6.0
3License: Apache License, Version 2.0
4License File: LICENSE
5Owners: siyamed
6
7Description:
8Cross platform serialization library. Used to read the metadata in a font.
9
10Local Modifications:
11No modifications.

readme.md

1![logo](http://google.github.io/flatbuffers/fpl_logo_small.png) FlatBuffers
2===========
3
4![Build status](https://github.com/google/flatbuffers/actions/workflows/build.yml/badge.svg?branch=master)
5[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/flatbuffers.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:flatbuffers)
6[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/google/flatbuffers/badge)](https://api.securityscorecards.dev/projects/github.com/google/flatbuffers)
7[![Join the chat at https://gitter.im/google/flatbuffers](https://badges.gitter.im/google/flatbuffers.svg)](https://gitter.im/google/flatbuffers?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
8[![Discord Chat](https://img.shields.io/discord/656202785926152206.svg)](https:///discord.gg/6qgKs3R)
9[![Twitter Follow](https://img.shields.io/twitter/follow/wvo.svg?style=social)](https://twitter.com/wvo)
10[![Twitter Follow](https://img.shields.io/twitter/follow/dbaileychess.svg?style=social)](https://twitter.com/dbaileychess)
11
12
13**FlatBuffers** is a cross platform serialization library architected for
14maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.
15
16**Go to our [landing page][] to browse our documentation.**
17
18## Supported operating systems
19* Windows
20* MacOS X
21* Linux
22* Android
23* And any others with a recent C++ compiler.
24
25## Supported programming languages
26* C++
27* C#
28* C
29* Dart
30* Go
31* Java
32* JavaScript
33* Lobster
34* Lua
35* PHP
36* Python
37* Rust
38* Swift
39* TypeScript
40
41*and more in progress...*
42
43## Contribution
44* [FlatBuffers Google Group][] to discuss FlatBuffers with other developers and users.
45* [FlatBuffers Issues Tracker][] to submit an issue.
46* [stackoverflow.com][] with [`flatbuffers` tag][] for any questions regarding FlatBuffers.
47
48*To contribute to this project,* see [CONTRIBUTING][].
49
50## Security
51
52Please see our [Security Policy](SECURITY.md) for reporting vulnerabilities.
53
54## Licensing
55*Flatbuffers* is licensed under the Apache License, Version 2.0. See [LICENSE][] for the full license text.
56
57<br>
58
59   [CONTRIBUTING]: http://github.com/google/flatbuffers/blob/master/CONTRIBUTING.md
60   [`flatbuffers` tag]: https://stackoverflow.com/questions/tagged/flatbuffers
61   [FlatBuffers Google Group]: https://groups.google.com/forum/#!forum/flatbuffers
62   [FlatBuffers Issues Tracker]: http://github.com/google/flatbuffers/issues
63   [stackoverflow.com]: http://stackoverflow.com/search?q=flatbuffers
64   [landing page]: https://google.github.io/flatbuffers
65   [LICENSE]: https://github.com/google/flatbuffers/blob/master/LICENSE.txt
66