KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > javolution > Perf_Io


1 /*
2  * Javolution - Java(TM) Solution for Real-Time and Embedded Systems
3  * Copyright (C) 2005 - Javolution (http://javolution.org/)
4  * All rights reserved.
5  *
6  * Permission to use, copy, modify, and distribute this software is
7  * freely granted, provided that this notice is preserved.
8  */

9 package javolution;
10
11 /**
12  * <p> This class holds {@link javolution.io} benchmark.</p>
13  *
14  * @author <a HREF="mailto:jean-marie@dautelle.com">Jean-Marie Dautelle</a>
15  * @version 2.0, November 26, 2004
16  */

17 final class Perf_Io extends Javolution implements Runnable {
18
19     /**
20      * Executes benchmark.
21      */

22     public void run() {
23         println("////////////////////////////");
24         println("// Package: javolution.io //");
25         println("////////////////////////////");
26         println("");
27     }
28
29 }
30
Popular Tags