xmlBlaster 2.2.0 client API

org.xmlBlaster.util.property
Class Property.FileInfo

java.lang.Object
  extended by org.xmlBlaster.util.property.Property.FileInfo
Enclosing class:
Property

public class Property.FileInfo
extends java.lang.Object


Method Summary
 void closeInputStream()
           
 java.lang.String getFullPath()
           
 java.io.InputStream getInputStream()
          You need to call closeInputStream() when finished.
 boolean isLocalDisk()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFullPath

public java.lang.String getFullPath()

isLocalDisk

public boolean isLocalDisk()

getInputStream

public java.io.InputStream getInputStream()
                                   throws XmlBlasterException
You need to call closeInputStream() when finished.

Throws:
XmlBlasterException

closeInputStream

public void closeInputStream()

xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.