Package gov.nih.mipav.model.file
Class MetadataExtractor.ByteConvert
java.lang.Object
gov.nih.mipav.model.file.MetadataExtractor.ByteConvert
- Enclosing class:
MetadataExtractor
- Author:
- Drew Noakes http://drewnoakes.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninttoInt32BigEndian(byte[] bytes) inttoInt32LittleEndian(byte[] bytes)
-
Constructor Details
-
ByteConvert
public ByteConvert()
-
-
Method Details
-
toInt32BigEndian
public int toInt32BigEndian(byte[] bytes) -
toInt32LittleEndian
public int toInt32LittleEndian(byte[] bytes)
-