JNodeOS v1.1.5 API

edu.utah.janos.nodeos
Class MemSpec

java.lang.Object
  |
  +--edu.utah.janos.nodeos.pj_MemSpec
        |
        +--edu.utah.janos.nodeos.MemSpec

public final class MemSpec
extends edu.utah.janos.nodeos.pj_MemSpec

Java wrapper for a MemSpec. A MemSpec describes the memory available to a Flow (buffers, raw memory, etc). Its *all* hidden in here.

At least, it will be someday.

Author:
Janos Ministry of Development
See Also:
Flow

Constructor Summary
MemSpec()
          Construct a MemSpec with reasonable defaults.
MemSpec(int memorySize)
          Construct a MemSpec with a specific memory size in bytes.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemSpec

public MemSpec()
Construct a MemSpec with reasonable defaults.

MemSpec

public MemSpec(int memorySize)
Construct a MemSpec with a specific memory size in bytes.

JNodeOS v1.1.5 API

This documentation is Copyright (C) 1998-2001 The University of Utah. All Rights Reserved. See the file LICENSE for distribution terms.
Documentation, software, and mailing list archives for Janos can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/