Package org.jlab.io.utils
Class EvioDataConvertor
java.lang.Object
org.jlab.io.utils.EvioDataConvertor
- Author:
- gavalian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetIntFromShort(short data) static shortgetShortFromByte(byte data) static void
-
Constructor Details
-
EvioDataConvertor
public EvioDataConvertor()
-
-
Method Details
-
getShortFromByte
public static short getShortFromByte(byte data) -
getIntFromShort
public static int getIntFromShort(short data) -
main
-