Uses of Class
com.uwyn.rife.tools.InputStreamUser

Packages that use InputStreamUser
com.uwyn.rife.database Provides classes and interfaces for the object-oriented query builders, database abstraction layer, persistance manager, query handling templates, fault-tolerant JDBC wrappers and connection pooling. 
com.uwyn.rife.resources Provides classes and interfaces for the resource abstraction framework. 
 

Uses of InputStreamUser in com.uwyn.rife.database
 

Methods in com.uwyn.rife.database with parameters of type InputStreamUser
<ResultType>
ResultType
DbQueryManager.executeUseFirstAsciiStream(ReadQuery query, InputStreamUser user)
          Safely and quickly retrieves the first cell as an ASCII InputStream from the results of a select query.
<ResultType>
ResultType
DbQueryManager.executeUseFirstAsciiStream(ReadQuery query, InputStreamUser user, DbPreparedStatementHandler handler)
          Safely retrieves the first cell as an ASCII InputStream from the results of a customizable select query.
<ResultType>
ResultType
DbQueryManager.executeUseFirstBinaryStream(ReadQuery query, InputStreamUser user)
          Safely and quickly retrieves the first cell as an binary InputStream from the results of a select query.
<ResultType>
ResultType
DbQueryManager.executeUseFirstBinaryStream(ReadQuery query, InputStreamUser user, DbPreparedStatementHandler handler)
          Safely retrieves the first cell as an binary InputStream from the results of a customizable select query.
 

Uses of InputStreamUser in com.uwyn.rife.resources
 

Methods in com.uwyn.rife.resources with parameters of type InputStreamUser
protected
<ResultType>
ResultType
DatabaseResources._useStream(Select getResourceContent, URL resource, InputStreamUser user)
           
<ResultType>
ResultType
DatabaseResources.useStream(String name, InputStreamUser user)
           
<ResultType>
ResultType
AbstractResourceFinder.useStream(String name, InputStreamUser user)
           
<ResultType>
ResultType
ResourceFinder.useStream(String name, InputStreamUser user)
          Returns a stream that can be used to read the contents of the resource that corresponds to the provided name.
<ResultType>
ResultType
ResourceFinderGroup.useStream(URL resource, InputStreamUser user)
           
<ResultType>
ResultType
ResourceFinderDirectories.useStream(URL resource, InputStreamUser user)
           
<ResultType>
ResultType
ResourceFinderClasspath.useStream(URL resource, InputStreamUser user)
           
<ResultType>
ResultType
ResourceFinder.useStream(URL resource, InputStreamUser user)
          Returns a stream that can be used to read the contents of the provided resource.
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.