org.jboss.remoting.transport.multiplex.utility
Class GrowablePipedOutputStream
java.lang.Object
java.io.OutputStream
org.jboss.remoting.transport.multiplex.utility.GrowablePipedOutputStream
- public class GrowablePipedOutputStream
- extends java.io.OutputStream
A GrowablePipedOutputStream.
- Version:
- $Revision: 1.3 $
Copyright (c) 2005
- Author:
- Ron Sigal
Methods inherited from class java.io.OutputStream |
close, flush |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GrowablePipedOutputStream
public GrowablePipedOutputStream()
- Create a new GrowablePipedOutputStream.
GrowablePipedOutputStream
public GrowablePipedOutputStream(GrowablePipedInputStream sink)
throws java.io.IOException
- Create a new GrowablePipedOutputStream.
- Throws:
java.io.IOException
write
public void write(int b)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(byte[] bytes)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(byte[] bytes,
int offset,
int length)
throws java.io.IOException
- Throws:
java.io.IOException
connect
protected void connect(GrowablePipedInputStream sink)
throws java.io.IOException
- Throws:
java.io.IOException
isConnected
protected boolean isConnected()
Copyright ? 1998-2005 JBoss Inc . All Rights Reserved.