org.gridkit.binary-extractors::binary-extractors

Collection of classes to extract information from structured formats without deserialization

License

License

GroupId

GroupId

org.gridkit.binary-extractors
ArtifactId

ArtifactId

binary-extractors
Last Version

Last Version

0.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

org.gridkit.binary-extractors::binary-extractors
Collection of classes to extract information from structured formats without deserialization
Project URL

Project URL

http://code.google.com/p/gridkit/binary-extractors
Source Code Management

Source Code Management

https://github.com/gridkit/binary-extractors

Download binary-extractors

How to add to project

<!-- https://jarcasting.com/artifacts/org.gridkit.binary-extractors/binary-extractors/ -->
<dependency>
    <groupId>org.gridkit.binary-extractors</groupId>
    <artifactId>binary-extractors</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.gridkit.binary-extractors/binary-extractors/
implementation 'org.gridkit.binary-extractors:binary-extractors:0.3.1'
// https://jarcasting.com/artifacts/org.gridkit.binary-extractors/binary-extractors/
implementation ("org.gridkit.binary-extractors:binary-extractors:0.3.1")
'org.gridkit.binary-extractors:binary-extractors:jar:0.3.1'
<dependency org="org.gridkit.binary-extractors" name="binary-extractors" rev="0.3.1">
  <artifact name="binary-extractors" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gridkit.binary-extractors', module='binary-extractors', version='0.3.1')
)
libraryDependencies += "org.gridkit.binary-extractors" % "binary-extractors" % "0.3.1"
[org.gridkit.binary-extractors/binary-extractors "0.3.1"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Binary Extractor

Influenced by POF extractors concept introduced in Oracle Coherence, this library offers framework to build complex extractors/predicates accessing data in serialized form of object without its deserialization.

Currently only supported serialized form is Protocol Buffers.

Framework offers a number of optimization (e.g. elemination of duplicated expression element) and utility to build comlex expression (e.g. extraction from map like structure by logical key). Framework also allows to combine different binary formats in single expression set (though only on format is implemented so far).

org.gridkit.binary-extractors

Versions

Version
0.3.1
0.3
0.2