|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
DbQueryManager.executeUseFirstAsciiStream(ReadQuery query,
InputStreamUser user)
Safely and quickly retrieves the first cell as an ASCII InputStream from the results of a select query. |
|
|
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. |
|
|
DbQueryManager.executeUseFirstBinaryStream(ReadQuery query,
InputStreamUser user)
Safely and quickly retrieves the first cell as an binary InputStream from the results of a select query. |
|
|
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
|
DatabaseResources._useStream(Select getResourceContent,
URL resource,
InputStreamUser user)
|
|
|
DatabaseResources.useStream(String name,
InputStreamUser user)
|
|
|
AbstractResourceFinder.useStream(String name,
InputStreamUser user)
|
|
|
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. |
|
|
ResourceFinderGroup.useStream(URL resource,
InputStreamUser user)
|
|
|
ResourceFinderDirectories.useStream(URL resource,
InputStreamUser user)
|
|
|
ResourceFinderClasspath.useStream(URL resource,
InputStreamUser user)
|
|
|
ResourceFinder.useStream(URL resource,
InputStreamUser user)
Returns a stream that can be used to read the contents of the provided resource. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||