gnu.gcj.tools.gc_analyze

Class BytePtr


public class BytePtr
extends Object

Method Summary

void
dump()
int
getByte(int offset)
int
getInt(int n)
BytePtr
getRegion(int offset, int size)
int
getShort(int n)
long
getWord(int n)
int
getsize()
int
intsPerWord()
void
setInt(int a, int n)

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Details

dump

public void dump()

getByte

public int getByte(int offset)

getInt

public int getInt(int n)

getRegion

public BytePtr getRegion(int offset,
                         int size)

getShort

public int getShort(int n)

getWord

public long getWord(int n)

getsize

public int getsize()

intsPerWord

public int intsPerWord()

setInt

public void setInt(int a,
                   int n)

BytePtr.java -- Container for bytes from a memory image. Copyright (C) 2007 Free Software Foundation This file is part of libgcj. This software is copyrighted work licensed under the terms of the Libgcj License. Please consult the file "LIBGCJ_LICENSE" for details.