Interface | Description |
---|---|
StreamThrottler |
Class | Description |
---|---|
BufferedInputStream | Deprecated
use java.io.BufferedInputStream instead
|
BufferedOutputStream | Deprecated
use java.io.BufferedOutputStream instead
|
ByteArrayInputStream | Deprecated
use java.io.ByteArrayInputStream instead
|
ByteArrayOutputStream | Deprecated
use java.io.ByteArrayOutputStream instead
|
ByteCountingInputStream | |
ByteCountingOutputStream | |
DataOutputStream | Deprecated
use java.io.DataOutputStream instead
|
GZIPOutputStream |
This class extends the
GZIPOutputStream by allowing the constructor to provide a compression level, and uses a default value of 1, rather than 5. |
LeakyBucketStreamThrottler | |
LeakyBucketStreamThrottler.Request | |
LeakyBucketStreamThrottler.Response | |
LimitingInputStream | |
MinimumLengthInputStream |
An InputStream that will throw EOFException if the underlying InputStream runs out of data before reaching the configured minimum amount of data
|
NonCloseableInputStream |
Wraps and InputStream so that the underlying InputStream cannot be closed.
|
NonCloseableOutputStream | |
NullOutputStream |
OutputStream that throws away all data, just like as if writing to /dev/null
|
StreamUtils | |
SynchronizedByteCountingOutputStream | |
ZipOutputStream |
This class extends the
ZipOutputStream by providing a constructor that allows the user to specify the compression level. |
Copyright © 2017 Apache NiFi Project. All rights reserved.