Uses of Interface
org.crsh.util.InputStreamFactory

Packages that use InputStreamFactory
org.crsh.lang.impl.java   
org.crsh.util   
org.crsh.vfs.spi.url   
 

Uses of InputStreamFactory in org.crsh.lang.impl.java
 

Fields in org.crsh.lang.impl.java declared as InputStreamFactory
private  InputStreamFactory NodeJavaFileObject.stream
          .
 

Constructors in org.crsh.lang.impl.java with parameters of type InputStreamFactory
NodeJavaFileObject(String binaryName, URI uri, InputStreamFactory stream, long lastModified)
           
 

Uses of InputStreamFactory in org.crsh.util
 

Methods in org.crsh.util that return InputStreamFactory
abstract  InputStreamFactory ZipIterator.getStreamFactory()
          Return a stream factory for the current entry.
 

Uses of InputStreamFactory in org.crsh.vfs.spi.url
 

Fields in org.crsh.vfs.spi.url declared as InputStreamFactory
 InputStreamFactory Resource.streamFactory
          .
 

Methods in org.crsh.vfs.spi.url with parameters of type InputStreamFactory
private  void Node.addEntry(URL baseURL, int index, String entryName, long lastModified, InputStreamFactory resolver)
           
private  void Node.addEntry(URL baseURL, String entryName, InputStreamFactory resolver)
           
 

Constructors in org.crsh.vfs.spi.url with parameters of type InputStreamFactory
Resource(URL url, InputStreamFactory streamFactory, long lastModified)
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.