sauravsingh29 / javahidapi

Automatically exported from code.google.com/p/javahidapi
Other
0 stars 0 forks source link

HIDDevice.readTimeout without throws condition #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please add to class HIDDevice method readTimeout the throws condition.

public native int readTimeout(byte[] buf, int milliseconds) throws IOException;

Original issue reported on code.google.com by michael....@gmail.com on 6 Mar 2012 at 1:49