com.tapina.robe.swi.os
Class MemMapInfo

java.lang.Object
  extended bycom.tapina.robe.swi.os.MemMapInfo

public final class MemMapInfo
extends java.lang.Object

This class is a simple record structure used for OS_ReadMemMapInfo.

Author:
gareth
See Also:
OSExt.readMemMapInfo(), OSExt.ReadMemMapInfo(com.tapina.robe.runtime.Environment)

Constructor Summary
MemMapInfo(int pageSize, int numberOfPages)
           
 
Method Summary
 int getNumberOfPages()
           
 int getPageSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemMapInfo

public MemMapInfo(int pageSize,
                  int numberOfPages)
Method Detail

getPageSize

public final int getPageSize()

getNumberOfPages

public final int getNumberOfPages()


Copyright © 2003-2005 . All Rights Reserved.