Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
bson-2.11.2.jar - BSON (Binary JSON)
BSON is a computer data interchange format used mainly as a data storage and network transfer format in the MongoDB database. It is a binary form for representing simple data structures and associative arrays (called objects or documents in MongoDB).
JAR File Size and Download Location:
File name: bson.jar, bson-2.11.2.jar File size: 108895 bytes Date modified: 19-Jun-2013 Download: BSON (Binary JSON)
✍: FYIcenter.com
Manifest of the JAR:
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt Bundle-ManifestVersion: 2 Bundle-Name: BSON Bundle-SymbolicName: org.mongodb.bson Bundle-Version: 2.11.2.RELEASE
List of Classes in the JAR:
org/bson/BSON org/bson/BSONCallback org/bson/BSONDecoder org/bson/BSONEncoder org/bson/BSONException org/bson/BSONLazyDecoder org/bson/BSONObject org/bson/BasicBSONCallback org/bson/BasicBSONDecoder org/bson/BasicBSONEncoder org/bson/BasicBSONObject org/bson/EmptyBSONCallback org/bson/KeyCachingLazyBSONObject org/bson/LazyBSONCallback org/bson/LazyBSONDecoder org/bson/LazyBSONList org/bson/LazyBSONObject org/bson/LazyDBList org/bson/NewBSONDecoder org/bson/Transformer org/bson/io/BSONByteBuffer org/bson/io/BasicOutputBuffer org/bson/io/Bits org/bson/io/OutputBuffer org/bson/io/PoolOutputBuffer org/bson/io/UTF8Encoding org/bson/types/BSONTimestamp org/bson/types/BasicBSONList org/bson/types/Binary org/bson/types/Code org/bson/types/CodeWScope org/bson/types/MaxKey org/bson/types/MinKey org/bson/types/ObjectId org/bson/types/Symbol org/bson/util/AbstractCopyOnWriteMap org/bson/util/Assertions org/bson/util/ClassAncestry org/bson/util/ClassMap org/bson/util/ComputingMap org/bson/util/CopyOnWriteMap org/bson/util/Function org/bson/util/SimplePool org/bson/util/StringRangeSet org/bson/util/annotations/GuardedBy org/bson/util/annotations/Immutable org/bson/util/annotations/NotThreadSafe org/bson/util/annotations/ThreadSafe
2017-11-30, ≈14🔥, 2💬
Popular Posts:
JDK 11 java.desktop.jmod is the JMOD file for JDK 11 Desktop module. JDK 11 Desktop module compiled ...
io.jar is a component in iText Java library to provide input/output functionalities. iText Java libr...
commons-io-2.6-sources.j aris the source JAR file for Apache Commons IO 2.6, which is a library of u...
Snappy-Java is a Java port of the "snappy", a fast C++ compresser/decompresser developed by Google. ...
How to read XML document with DTD validation from socket connections with the socket\DelayedInput.ja.. .