net.jbeans.io
Interface InputStreamProducer


public interface InputStreamProducer

An interface for producing an input stream on demand A null means that the resource is not (or no longer) available. So, a one-shot producer may provide a value the first time but not after that.

Version:
$Revision: 1.1.1.1 $
Author:
Masahiro Takatsuka (masa@jbeans.net)

Method Summary
 java.io.InputStream getInputStream()
           
 

Method Detail

getInputStream

public java.io.InputStream getInputStream()


Copyright © 2003 JBean project. All Rights Reserved.