public class ExtendedRemoveAction.ItemListInputStream extends InputStream
| Constructor and Description |
|---|
ItemListInputStream(List itemList)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
close, mark, markSupported, read, read, reset, skippublic ItemListInputStream(List itemList)
itemList - A list of items containing PK Strings or Item objects.public int available()
throws IOException
available in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2017 SAP SE. All Rights Reserved.