org.metasyntactic.convert.level
Class LEVEL
java.lang.Object
|
+--org.metasyntactic.convert.level.LEVEL
- public class LEVEL
- extends java.lang.Object
Constructor Summary |
LEVEL()
Creates new LEVEL |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LEVEL
public LEVEL()
- Creates new LEVEL
convert
public static Level convert(java.io.InputStream in)
throws java.io.IOException
java.io.IOException
convert
public static Level convert(java.io.Reader in)
throws java.io.IOException
java.io.IOException
convert
public static Level convert(java.io.LineNumberReader in)
throws java.io.IOException,
java.lang.NumberFormatException
java.io.IOException
java.lang.NumberFormatException
output
public static void output(Level level,
java.io.OutputStream out)
throws java.io.IOException
java.io.IOException
output
public static void output(Level level,
java.io.Writer out)
throws java.io.IOException
java.io.IOException
main
public static void main(java.lang.String[] args)