com.darwinsys.lang
Class SysDep

java.lang.Object
  extended by com.darwinsys.lang.SysDep

public class SysDep
extends java.lang.Object

Some things that are System Dependent. All methods are static, like java.lang.Math.

Version:
$Id: SysDep.java,v 1.2 2003/05/29 18:06:30 ian Exp $
Author:
Ian Darwin

Constructor Summary
SysDep()
           
 
Method Summary
static java.lang.String getDevNull()
          Return the name of the Null device on platforms which support it, or "jnk" otherwise.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SysDep

public SysDep()
Method Detail

getDevNull

public static java.lang.String getDevNull()
Return the name of the Null device on platforms which support it, or "jnk" otherwise.



Copyright © 1996-2004 Ian F. Darwin. See license.html for usage license.