public interface InputStreamEntry extends Closeable
| Modifier and Type | Interface and Description |
|---|---|
static class |
InputStreamEntry.CachingStreamEntry
Cache the data on disk.
|
static class |
InputStreamEntry.FileStreamEntry |
static class |
InputStreamEntry.InMemoryEntry
Copy the data in-memory.
|
| Modifier and Type | Field and Description |
|---|---|
static InputStreamEntry |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
void |
copyStream(DataOutput output)
Copy the stream.
|
int |
initialize()
Initialize the input stream entry.
|
static final InputStreamEntry EMPTY
int initialize()
throws IOException
IOExceptionvoid copyStream(DataOutput output) throws IOException
output - the data outputIOException - for any errorCopyright © 2018 JBoss by Red Hat. All rights reserved.