Java Randomness Test Suite

JRandTest at SourceForge

com.fasteasytrade.JRandTest.IO
Interface OutputDestination

All Known Implementing Classes:
ConsoleOutputDestination, TextareaOutputDestination

public interface OutputDestination

This interface will be used by several output classes, so diffferent output destinations can be attached to Jrard test classes.

Author:
Zur Aougav

Method Summary
 void printf(String s)
          add to output destination some data.
 void puts(String s)
          add to output destination some data.
 

Method Detail

printf

public void printf(String s)
add to output destination some data.

new lines are not added.

Parameters:
s - data to be printed

puts

public void puts(String s)
add to output destination some data.

new lines are not added.

Identical to printf method.

Parameters:
s - data to be printed

Java Randomness Test Suite

JRandTest at SourceForge

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