Oracle Containers for J2EE Support for JavaServer Pages Java API Reference
10g Release 3 (10.1.3)
B15978-01


oracle.jsp.webutil.fileaccess
Class BinaryFile

java.lang.Object
  extended byoracle.jsp.webutil.fileaccess.PersistentEntity
      extended byoracle.jsp.webutil.fileaccess.FileSystemEntity
          extended byoracle.jsp.webutil.fileaccess.BinaryFile

All Implemented Interfaces:
Persistable

public class BinaryFile
extends FileSystemEntity

Constructor Summary
BinaryFile()
           

 

Method Summary
 void readAndSave(oracle.jsp.webutil.fileaccess.FormBasedStream in, java.lang.String boundary)
           

 

Methods inherited from class oracle.jsp.webutil.fileaccess.FileSystemEntity
checkLocation, deleteEmpty, getFileNames, listFiles

 

Methods inherited from class oracle.jsp.webutil.fileaccess.PersistentEntity
setFileDetails

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

BinaryFile

public BinaryFile()

Method Detail

readAndSave

public void readAndSave(oracle.jsp.webutil.fileaccess.FormBasedStream in,
                        java.lang.String boundary)
                 throws FileAccessException
Throws:
FileAccessException

Oracle Containers for J2EE Support for JavaServer Pages Java API Reference
10g Release 3 (10.1.3)
B15978-01


Copyright © 2004, 2006, Oracle. All rights reserved.