public class BytesMessageInputStream extends InputStream
| Constructor and Description |
|---|
BytesMessageInputStream(javax.jms.BytesMessage delegate) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, reset, skippublic BytesMessageInputStream(javax.jms.BytesMessage delegate)
public int read()
throws IOException
read in class InputStreamIOExceptionInputStream.read()public int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionCopyright © 2014–2017 Red Hat, Inc.. All rights reserved.