Uses of Class
nl.uva.vlet.exception.VlIOException

Packages that use VlIOException
nl.uva.vlet.util   
nl.uva.vlet.vfs   
nl.uva.vlet.vrs   
nl.uva.vlet.vrs.http   
 

Uses of VlIOException in nl.uva.vlet.util
 

Methods in nl.uva.vlet.util that throw VlIOException
static java.io.InputStream ResourceLoader.getInputstream(java.lang.String urlstr)
          Tries to load resource from relative or absolute url: - get current classLoader to resource 'urlstr' - get thread classload to resolve 'urlstr' - tries if urlstr is an absolute url and performs openConnection().getInputStream()
static java.lang.String ResourceLoader.getText(java.io.InputStream inps, int maxSize, java.lang.String charset)
          Read text from input stream in encoding 'charset'.
static java.lang.String ResourceLoader.getText(java.io.InputStream inps, java.lang.String charset)
           
 void VAttributeSet.load(java.io.InputStream inps)
           
static VAttributeSet VAttributeSet.readFrom(java.io.InputStream inps)
           
 void VAttributeSet.store(java.io.OutputStream outp, java.lang.String comments)
          Currently VAttributeSets are stored as flat property files
 

Uses of VlIOException in nl.uva.vlet.vfs
 

Methods in nl.uva.vlet.vfs that throw VlIOException
 VAttribute[] VFSNode.getACLEntities()
          Returns all possible ACL entities (users,groups, etc);
 

Uses of VlIOException in nl.uva.vlet.vrs
 

Methods in nl.uva.vlet.vrs that throw VlIOException
 java.lang.String VNode.getCharSet()
          Default charset for text resources
 java.lang.String VNode.getMimeType()
          Returns Mime Type based upon file filenam/extension.
 

Uses of VlIOException in nl.uva.vlet.vrs.http
 

Methods in nl.uva.vlet.vrs.http that throw VlIOException
 java.lang.String HTTPNode.getCharSet()
          Get mimetype as reported by remote Server.
 java.lang.String HTTPNode.getMimeType()
          Get mimetype as reported by remote Server.