ca.infoway.messagebuilder.util.xml
Interface InputStreamResource

Package class diagram package InputStreamResource
All Known Implementing Classes:
ClasspathResource

public interface InputStreamResource

An interface that describes the location of an input stream.

Author:
Intelliware Development

Method Summary
 InputStream getInputStream()
          Get the resource as an input stream.
 

Method Detail

getInputStream

InputStream getInputStream()

Get the resource as an input stream.

Returns:
- the input stream.


Copyright © 2013. All Rights Reserved.