public interface DataPacket
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes()
The key-value attributes that are to be associated with the data
|
InputStream |
getData()
An InputStream from which the content can be read
|
long |
getSize()
The length of the InputStream.
|
Map<String,String> getAttributes()
InputStream getData()
long getSize()
Copyright © 2023 Apache NiFi Project. All rights reserved.