java: pack()/unpack() like in perl/python

Posted by ??iu on Stack Overflow See other posts from Stack Overflow or by ??iu
Published on 2010-03-25T19:22:03Z Indexed on 2010/03/25 19:23 UTC
Read the original article Hit count: 321

Filed under:

How can you do the equivalent of perl's pack() and unpack() / python's struct.pack() and struct.unpack() in java?

© Stack Overflow or respective owner

Related posts about java