类 Bytes2Number


  • public class Bytes2Number
    extends Object
    作者:
    yaqiang
    • 构造器详细资料

      • Bytes2Number

        public Bytes2Number()
    • 方法详细资料

      • int4

        public static int int4​(int a,
                               int b,
                               int c,
                               int d)
        Convert four ints into a signed integer.
        参数:
        a - Highest int
        b - Higher middle int
        c - Lower middle int
        d - Lowest int
        返回:
        Integer value
      • int4

        public static int int4​(RandomAccessFile raf)
                        throws IOException
        Read signed integer of 4 bytes from binary reader
        参数:
        raf - RandomAccessFile
        返回:
        Signed integer
        抛出:
        IOException