modifiedmethod:
read
added throws IndexOutOfBoundsException
- void read(db.Buffer buf, int offset) throws IOException
+ void read(db.Buffer buf, int offset) throws IndexOutOfBoundsException, IOException
modifiedmethod:
write
added throws IndexOutOfBoundsException
- void write(db.Buffer buf, int offset) throws IOException
+ void write(db.Buffer buf, int offset) throws IndexOutOfBoundsException, IOException