Uses of Package
com.j256.simplemagic.endian

Packages that use com.j256.simplemagic.endian
com.j256.simplemagic.endian Endian classes which convert binary data from different machine formats. 
com.j256.simplemagic.types Various types which do the pattern matching. 
 

Classes in com.j256.simplemagic.endian used by com.j256.simplemagic.endian
EndianConverter
          Class which converts from a particular machine byte representation into values appropriate for Java.
EndianType
          Types of endian supported by the system.
 

Classes in com.j256.simplemagic.endian used by com.j256.simplemagic.types
EndianConverter
          Class which converts from a particular machine byte representation into values appropriate for Java.
EndianType
          Types of endian supported by the system.
 



This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.