electric.util.jms
Class MessageInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byelectric.util.jms.MessageInputStream

public class MessageInputStream
extends java.io.InputStream

Utilities.

Author:
webMethods

Constructor Summary
MessageInputStream(javax.jms.BytesMessage message)
           
 
Method Summary
 int read()
           
 int read(byte[] b)
           
 int read(byte[] b, int off, int len)
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageInputStream

public MessageInputStream(javax.jms.BytesMessage message)
Parameters:
message -
Method Detail

read

public int read()
         throws java.io.IOException
Throws:
java.io.IOException

read

public int read(byte[] b)
         throws java.io.IOException
Parameters:
b -
Throws:
java.io.IOException

read

public int read(byte[] b,
                int off,
                int len)
         throws java.io.IOException
Parameters:
b -
off -
len -
Throws:
java.io.IOException


copyright© 2001-2004 by webMethods All Rights Reserved.