modifiedmethod:
get
added throws IndexOutOfBoundsException; removed throws ArrayIndexOutOfBoundsException
- void get(int offset, byte[] bytes, int dataOffset, int length) throws ArrayIndexOutOfBoundsException
+ void get(int offset, byte[] bytes, int dataOffset, int length) throws IndexOutOfBoundsException
modifiedmethod:
get
added throws IndexOutOfBoundsException; removed throws ArrayIndexOutOfBoundsException
- byte[] get(int offset, int length) throws ArrayIndexOutOfBoundsException
+ byte[] get(int offset, int length) throws IndexOutOfBoundsException