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
 String getAddress()
          Get the address
 String getAscii()
          Get an ascii version of the data
 int[] getBadOffsets()
          Get the bad offsets
 long[] getData()
          Get the data
 String toString()
          Get the data as a string
 

Method Detail

getAddress

String getAddress()
Get the address

Returns:

getData

long[] getData()
Get the data

Returns:

getBadOffsets

int[] getBadOffsets()
Get the bad offsets

Returns:

getAscii

String getAscii()
Get an ascii version of the data

Returns:

toString

String toString()
Get the data as a string

Overrides:
toString in class Object
Returns:

PTP
Release 7.0

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