futils
Class Cat

java.lang.Object
  extended by futils.Cat

public final class Cat
extends java.lang.Object


Method Summary
static void fileToConsole(java.io.File f)
           
static void fileToStream(java.io.BufferedReader br, java.io.PrintWriter pw)
           
static void fileToWriter(java.io.File f, java.io.BufferedWriter bw)
           
static void javasToConsole2()
           
static void main(java.lang.String[] args)
           
static void testWildToFile()
           
static void toConsole()
           
static void toConsole(java.io.BufferedReader br)
           
static void toConsole2(java.lang.String suffix)
           
static void toFile(java.lang.String suffix)
           
static void wildToFile(java.lang.String suffix, java.io.FileWriter fw)
          use the suffix to select a bunch of files and write these files to a single file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toConsole2

public static void toConsole2(java.lang.String suffix)

toFile

public static void toFile(java.lang.String suffix)

wildToFile

public static void wildToFile(java.lang.String suffix,
                              java.io.FileWriter fw)
use the suffix to select a bunch of files and write these files to a single file.


testWildToFile

public static void testWildToFile()

javasToConsole2

public static void javasToConsole2()

fileToConsole

public static void fileToConsole(java.io.File f)

fileToWriter

public static void fileToWriter(java.io.File f,
                                java.io.BufferedWriter bw)

toConsole

public static void toConsole()

toConsole

public static void toConsole(java.io.BufferedReader br)

fileToStream

public static void fileToStream(java.io.BufferedReader br,
                                java.io.PrintWriter pw)

main

public static void main(java.lang.String[] args)