public class MessageInputStream
extends java.io.InputStream
Constructor and Description |
---|
MessageInputStream(javax.jms.BytesMessage msg) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
void |
mark(int i) |
boolean |
markIsSupported() |
int |
read() |
int |
read(byte[] buf) |
int |
read(byte[] buf,
int off,
int len) |
void |
reset() |
long |
skip(long n) |
public int read(byte[] buf, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] buf) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public void reset() throws java.io.IOException
reset
in class java.io.InputStream
java.io.IOException
public int available()
available
in class java.io.InputStream
public void mark(int i)
mark
in class java.io.InputStream
public long skip(long n) throws java.io.IOException
skip
in class java.io.InputStream
java.io.IOException
public boolean markIsSupported()
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream