PTP
Release 7.0

org.eclipse.ptp.debug.core.pdi.model
Interface IPDIMemory


public interface IPDIMemory

Represents a block of memory on the target


Method Summary
 java.lang.String getAddress()
          Get the address
 java.lang.String getAscii()
          Get an ascii version of the data
 int[] getBadOffsets()
          Get the bad offsets
 long[] getData()
          Get the data
 java.lang.String toString()
          Get the data as a string
 

Method Detail

getAddress

java.lang.String getAddress()
Get the address

Returns:

getData

long[] getData()
Get the data

Returns:

getBadOffsets

int[] getBadOffsets()
Get the bad offsets

Returns:

getAscii

java.lang.String getAscii()
Get an ascii version of the data

Returns:

toString

java.lang.String toString()
Get the data as a string

Overrides:
toString in class java.lang.Object
Returns:

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.