Java Randomness Test Suite

JRandTest at SourceForge

com.fasteasytrade.JRandTest.IO
Class ConsoleOutputDestination

java.lang.Object
  extended bycom.fasteasytrade.JRandTest.IO.ConsoleOutputDestination
All Implemented Interfaces:
OutputDestination

public class ConsoleOutputDestination
extends Object
implements OutputDestination

Author:
Zur Aougav

Constructor Summary
ConsoleOutputDestination()
           
 
Method Summary
 void printf(String s)
          add to output destination some data.
 void puts(String s)
          add to output destination some data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleOutputDestination

public ConsoleOutputDestination()
Method Detail

printf

public void printf(String s)
Description copied from interface: OutputDestination
add to output destination some data.

new lines are not added.

Specified by:
printf in interface OutputDestination
Parameters:
s - data to be printed
See Also:
OutputDestination.printf(java.lang.String)

puts

public void puts(String s)
Description copied from interface: OutputDestination
add to output destination some data.

new lines are not added.

Identical to printf method.

Specified by:
puts in interface OutputDestination
Parameters:
s - data to be printed
See Also:
OutputDestination.puts(java.lang.String)

Java Randomness Test Suite

JRandTest at SourceForge

JRandTest at SourceForge
Copyright © 2005 Zur Aougav. All Rights Reserved.