private static class MessageBodyToBytesConverter.BytesMessageInputStream extends InputStream
| Modifier and Type | Field and Description |
|---|---|
private javax.jms.BytesMessage |
message |
| Constructor and Description |
|---|
BytesMessageInputStream(javax.jms.BytesMessage message) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] buffer) |
int |
read(byte[] buffer,
int offset,
int length) |
available, close, mark, markSupported, reset, skippublic BytesMessageInputStream(javax.jms.BytesMessage message)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] buffer,
int offset,
int length)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] buffer)
throws IOException
read in class InputStreamIOExceptionCopyright © 2021 Apache NiFi Project. All rights reserved.