codeblockutil
Class CFileHandler

java.lang.Object
  extended by codeblockutil.CFileHandler

public final class CFileHandler
extends java.lang.Object


Constructor Summary
CFileHandler()
           
 
Method Summary
static java.lang.String[] readFromFile(javax.swing.JComponent parent, int numLines)
           
static boolean writeToFile(javax.swing.JComponent parent, java.awt.image.BufferedImage image)
           
static boolean writeToFile(javax.swing.JComponent parent, java.lang.String source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CFileHandler

public CFileHandler()
Method Detail

readFromFile

public static java.lang.String[] readFromFile(javax.swing.JComponent parent,
                                              int numLines)

writeToFile

public static boolean writeToFile(javax.swing.JComponent parent,
                                  java.lang.String source)

writeToFile

public static boolean writeToFile(javax.swing.JComponent parent,
                                  java.awt.image.BufferedImage image)