Skip to content

Utility functions for getting values from and setting values into collections of bytes, taking into account byte order and word order.

License

Notifications You must be signed in to change notification settings

digitalpetri/byteops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ByteOps Utility Functions

Utility functions for getting values from and setting values into collections of bytes, taking into account byte order and word order.

Supported "bytes":

  • byte[]
  • java.nio.ByteBuffer
  • io.netty.buffer.ByteBuf

Supported variations:

  • Big-Endian
  • Little-Endian
  • Big-Endian + Low-High
  • Little-Endian + Low-High

About

Utility functions for getting values from and setting values into collections of bytes, taking into account byte order and word order.

Resources

License

Stars

Watchers

Forks

Languages