FileBytes

Package: ghidra.program.database.mem
Type: class

11.3_PUBLIC

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

9.1_PUBLIC

introducedInitial version