org.nakedobjects.metamodel.commons.io
Interface LazyInputStream.InputStreamProvider

Enclosing class:
LazyInputStream

public static interface LazyInputStream.InputStreamProvider

An interface to be implemented by clients that wish to utilize LazyInputStreams. The implementation of this interface should defer obtaining the desired input stream until absolutely necessary.


Method Summary
 java.io.InputStream getInputStream()
           
 

Method Detail

getInputStream

java.io.InputStream getInputStream()
                                   throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.