pub fn read_i32(buf: &mut &[u8]) -> JdwpResult<i32>
Read a i32
Returns a JdwpError if the buffer does not contain enough bytes or is malformed.
JdwpError