public class GlobalInputStream extends Object
Constructor and Description |
---|
GlobalInputStream() |
Modifier and Type | Method and Description |
---|---|
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) |
public static void init()
public static void setInput(String fname) throws IOException
IOException
public static boolean isMoreRecentThan(File other)
other
- the file to compare this stream againstpublic static boolean includeState()
public static void insert(String str)
public static void include(String fname, int lookahead, boolean useIncludePath) throws FileNotFoundException
FileNotFoundException
public static void setIncludePath(String path)
public static File currentFile()
public static InputStream currentStream()
public static int read() throws IOException
IOException
Copyright © 2017 JacORB. All rights reserved.