ca.sandoval.util
Class WriteFile

java.lang.Object
  extended by ca.sandoval.util.WriteFile

public class WriteFile
extends java.lang.Object

WriteFile



Version:
29-Mar-2005
Author:
Sandoval Software Solutions Inc.

Constructor Summary
WriteFile()
          WriteFile constructor comment.
 
Method Summary
static void writeFile(byte[] content, java.lang.String fileName)
           
static void writeFile(byte[] content, java.lang.String fileName, int fileLength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteFile

public WriteFile()
WriteFile constructor comment.

Method Detail

writeFile

public static void writeFile(byte[] content,
                             java.lang.String fileName,
                             int fileLength)
Parameters:
content - byte[]
fileName - java.lang.String
fileLength - int

writeFile

public static void writeFile(byte[] content,
                             java.lang.String fileName)
Parameters:
content - byte[]
fileName - java.lang.String
fileLength - int