com.liferay.faces.bridge.renderkit.primefaces
Class FileUploadRendererPrimeFacesImpl.UploadedFileInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FileInputStream
          extended by com.liferay.faces.bridge.renderkit.primefaces.FileUploadRendererPrimeFacesImpl.UploadedFileInputStream
All Implemented Interfaces:
Closeable
Enclosing class:
FileUploadRendererPrimeFacesImpl

protected class FileUploadRendererPrimeFacesImpl.UploadedFileInputStream
extends FileInputStream


Constructor Summary
FileUploadRendererPrimeFacesImpl.UploadedFileInputStream(String absolutePath)
           
 
Method Summary
 void close()
           
 
Methods inherited from class java.io.FileInputStream
available, finalize, getChannel, getFD, read, read, read, skip
 
Methods inherited from class java.io.InputStream
mark, markSupported, reset
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUploadRendererPrimeFacesImpl.UploadedFileInputStream

public FileUploadRendererPrimeFacesImpl.UploadedFileInputStream(String absolutePath)
                                                         throws FileNotFoundException
Throws:
FileNotFoundException
Method Detail

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class FileInputStream
Throws:
IOException


Copyright © 2013 Liferay, Inc.. All Rights Reserved.