com.latencybusters.jms.message
Class LBMOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by com.latencybusters.jms.message.LBMOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class LBMOutputStream
extends java.io.OutputStream


Constructor Summary
LBMOutputStream(JMSObjectMessage m)
           
 
Method Summary
 void close()
           
 void flush()
           
 void set(JMSObjectMessage m)
           
 void write(byte[] b)
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LBMOutputStream

public LBMOutputStream(JMSObjectMessage m)
Method Detail

set

public void set(JMSObjectMessage m)

close

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

flush

public void flush()
Specified by:
flush in interface java.io.Flushable
Overrides:
flush in class java.io.OutputStream

write

public void write(byte[] b)
Overrides:
write in class java.io.OutputStream

write

public void write(byte[] b,
                  int off,
                  int len)
Overrides:
write in class java.io.OutputStream

write

public void write(int b)
Specified by:
write in class java.io.OutputStream


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.