Class DataInputToolkit


  • public class DataInputToolkit
    extends Object
    • Constructor Detail

      • DataInputToolkit

        public DataInputToolkit()
    • Method Detail

      • readUnsignedByte

        public static int readUnsignedByte​(byte[] bytes,
                                           int offset)
      • readByte

        public static byte readByte​(byte[] bytes,
                                    int offset)
      • readUnsignedShort

        public static int readUnsignedShort​(byte[] bytes,
                                            int offset)
      • readShort

        public static short readShort​(byte[] bytes,
                                      int offset)
      • readChar

        public static char readChar​(byte[] bytes,
                                    int offset)
      • readUnsignedInt

        public static long readUnsignedInt​(byte[] bytes,
                                           int index)
      • readInt

        public static int readInt​(byte[] bytes,
                                  int index)
      • readLong

        public static long readLong​(byte[] bytes,
                                    int index)
      • readFloat

        public static float readFloat​(byte[] bytes,
                                      int offset)
      • readDouble

        public static double readDouble​(byte[] bytes,
                                        int offset)
      • readBoolean

        public static boolean readBoolean​(byte[] bytes,
                                          int offset)