com.latencybusters.jms.message
Class LBMInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by com.latencybusters.jms.message.LBMInputStream
All Implemented Interfaces:
java.io.Closeable

public class LBMInputStream
extends java.io.InputStream


Constructor Summary
LBMInputStream(JMSObjectMessage m)
           
 
Method Summary
 int available()
           
 void close()
           
 void mark(int readlimit)
           
 boolean markSupported()
           
 int read()
           
 int read(byte[] b)
           
 int read(byte[] b, int off, int len)
           
 void reset()
           
 void set(JMSObjectMessage m)
           
 long skip(long n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LBMInputStream

public LBMInputStream(JMSObjectMessage m)
Method Detail

set

public void set(JMSObjectMessage m)

available

public int available()
Overrides:
available in class java.io.InputStream

close

public void close()
Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.InputStream

mark

public void mark(int readlimit)
Overrides:
mark in class java.io.InputStream

markSupported

public boolean markSupported()
Overrides:
markSupported in class java.io.InputStream

read

public int read()
Specified by:
read in class java.io.InputStream

read

public int read(byte[] b)
Overrides:
read in class java.io.InputStream

read

public int read(byte[] b,
                int off,
                int len)
Overrides:
read in class java.io.InputStream

reset

public void reset()
Overrides:
reset in class java.io.InputStream

skip

public long skip(long n)
Overrides:
skip in class java.io.InputStream


All of the documentation and software included in this and any other Informatica, Inc. "Ultra Messaging" Release is Copyright (C) 2004-2014, Informatica Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted only as covered by the terms of a valid software license agreement with Informatica Inc. Copyright © 2004-2014, Informatica, Inc. All Rights Reserved.