public class DelimitedInputStream extends FilterInputStream
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
delimiter |
in| Constructor and Description |
|---|
DelimitedInputStream(InputStream in,
byte[] delimiter) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDelimiter() |
available, close, mark, markSupported, read, read, read, reset, skippublic DelimitedInputStream(InputStream in, byte[] delimiter)
Copyright © 2024 Apache NiFi Project. All rights reserved.