modifiedmethod:
getModifiedByte
added throws IndexOutOfBoundsException
- byte getModifiedByte(long offset) throws IOException
+ byte getModifiedByte(long offset) throws IOException, IndexOutOfBoundsException
modifiedmethod:
getModifiedBytes
added throws IndexOutOfBoundsException
- int getModifiedBytes(long offset, byte[] b) throws IOException
+ int getModifiedBytes(long offset, byte[] b) throws IOException, IndexOutOfBoundsException
modifiedmethod:
getModifiedBytes
added throws IndexOutOfBoundsException
- int getModifiedBytes(long offset, byte[] b, int off, int length) throws IOException
+ int getModifiedBytes(long offset, byte[] b, int off, int length) throws IOException, IndexOutOfBoundsException
modifiedmethod:
getOriginalByte
added throws IndexOutOfBoundsException
- byte getOriginalByte(long offset) throws IOException
+ byte getOriginalByte(long offset) throws IOException, IndexOutOfBoundsException
modifiedmethod:
getOriginalBytes
added throws IndexOutOfBoundsException
- int getOriginalBytes(long offset, byte[] b, int off, int length) throws IOException
+ int getOriginalBytes(long offset, byte[] b, int off, int length) throws IOException, IndexOutOfBoundsException
modifiedmethod:
getOriginalBytes
added throws IndexOutOfBoundsException
- int getOriginalBytes(long offset, byte[] b) throws IOException
+ int getOriginalBytes(long offset, byte[] b) throws IOException, IndexOutOfBoundsException