org.drools.io.impl
Class InputStreamResource
java.lang.Object
org.drools.io.impl.BaseResource
org.drools.io.impl.InputStreamResource
- All Implemented Interfaces:
- Serializable, InternalResource, org.drools.io.Resource
public class InputStreamResource
- extends BaseResource
- implements InternalResource
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputStreamResource
public InputStreamResource(InputStream stream)
getInputStream
public InputStream getInputStream()
throws IOException
- Specified by:
getInputStream
in interface org.drools.io.Resource
- Throws:
IOException
getReader
public Reader getReader()
throws IOException
- Specified by:
getReader
in interface org.drools.io.Resource
- Throws:
IOException
getURL
public URL getURL()
throws IOException
- Specified by:
getURL
in interface InternalResource
- Throws:
IOException
hasURL
public boolean hasURL()
- Specified by:
hasURL
in interface InternalResource
getLastModified
public long getLastModified()
- Specified by:
getLastModified
in interface InternalResource
getLastRead
public long getLastRead()
- Specified by:
getLastRead
in interface InternalResource
isDirectory
public boolean isDirectory()
- Specified by:
isDirectory
in interface InternalResource
listResources
public Collection<org.drools.io.Resource> listResources()
- Specified by:
listResources
in interface InternalResource
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.