org.jacorb.idl
public class GlobalInputStream extends Object
Version: $Id: GlobalInputStream.java,v 1.22 2004/05/06 12:39:58 nicolas Exp $
Method Summary | |
---|---|
static File | currentFile() |
static InputStream | currentStream() |
static void | include(String fname, int lookahead, boolean useIncludePath) |
static boolean | includeState() |
static void | init() |
static void | insert(String str) |
static boolean | isMoreRecentThan(File other)
Test if this input stream (or rather the underlying IDL file)
is more recent (was modified at a later time than) another
file. |
static int | read() |
static void | setIncludePath(String path) |
static void | setInput(String fname) |
Parameters: other the file to compare this stream against
Returns: true, if this stream's IDL file is more recent than the other file .