public class MeanNumNodesCalculator extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MeanNumNodesCalculator.File
The Class File.
|
static class |
MeanNumNodesCalculator.Line
The Class Line.
|
static class |
MeanNumNodesCalculator.SumLine |
Constructor and Description |
---|
MeanNumNodesCalculator() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
The main method.
|
static void |
run(String in,
String out)
Run.
|
public static void run(String in, String out) throws IOException
in
- the inout
- the outIOException
- Signals that an I/O exception has occurred.public static void main(String[] args) throws IOException
args
- the argumentsIOException
- Signals that an I/O exception has occurred.Copyright © 2016. All rights reserved.