railo.runtime.functions.file
Class FileOpen

java.lang.Object
  extended by railo.runtime.functions.file.FileOpen

public class FileOpen
extends Object


Constructor Summary
FileOpen()
           
 
Method Summary
static Object call(PageContext pc, String path)
           
static Object call(PageContext pc, String path, String mode)
           
static Object call(PageContext pc, String path, String strMode, String charset)
           
static Object call(PageContext pc, String path, String strMode, String charset, boolean seekable)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileOpen

public FileOpen()
Method Detail

call

public static Object call(PageContext pc,
                          String path)
                   throws PageException
Throws:
PageException

call

public static Object call(PageContext pc,
                          String path,
                          String mode)
                   throws PageException
Throws:
PageException

call

public static Object call(PageContext pc,
                          String path,
                          String strMode,
                          String charset)
                   throws PageException
Throws:
PageException

call

public static Object call(PageContext pc,
                          String path,
                          String strMode,
                          String charset,
                          boolean seekable)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo