| Package | Description |
|---|---|
| org.rhq.helpers.perftest.support | |
| org.rhq.helpers.perftest.support.input |
| Modifier and Type | Method and Description |
|---|---|
abstract Input |
FileFormat.getInput(InputStreamProvider provider)
Returns an
Input instance initialized with the specified
InputStreamProvider. |
| Modifier and Type | Class and Description |
|---|---|
class |
FileInputStreamProvider
An
InputStreamProvider implementation returning a FileInputStream. |
class |
SystemInProvider
InputStreamProvider implementation that returns System.in. |
class |
ZipInputStreamProviderDecorator
This is a wrapper around another
InputStreamProvider that returns
a ZipInputStream wrapped around the stream provided by the decorated provider. |
| Constructor and Description |
|---|
XmlInput(InputStreamProvider provider,
boolean doClose) |
ZipInputStreamProviderDecorator(InputStreamProvider inner,
boolean openEntry) |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.