Skip to content

peterfromthehill/pystruct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pystruct

Java implementation of Pythons Struct

Usage

byte[] magicbyte = {0, 0, 0, 1, 66, 117, 100, 49};
final Object[] magic = Struct.unpack(">II", new String(magicbyte));
// magic[0] = Long(1)
// magic[1] = Long(1114989617)

About

Java implementation of Pythons Struct

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages