struct

The python struct library's port to java for reading and writing binary data as in python. Based off the code found here: https://github.com/ronniebasak/JStruct with non backwards compatible changes to support strong typing, strings, and byte arrays.

License

License

GroupId

GroupId

org.thshsh
ArtifactId

ArtifactId

struct
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

struct
The python struct library's port to java for reading and writing binary data as in python. Based off the code found here: https://github.com/ronniebasak/JStruct with non backwards compatible changes to support strong typing, strings, and byte arrays.
Project URL

Project URL

https://github.com/theshoeshiner/JStruct
Source Code Management

Source Code Management

https://github.com/theshoeshiner/JStruct

Download struct

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.12.0
commons-io : commons-io jar 2.11.0
org.slf4j : slf4j-api jar 1.7.13
commons-beanutils : commons-beanutils jar 1.9.4
commons-codec : commons-codec jar 1.15

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.7.0
ch.qos.logback : logback-classic jar 1.0.13

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.0
2.0.0
1.0.0