org.apache.geronimo.network.protocol
Class PacketOutputStream
java.lang.Object
java.io.OutputStream
org.apache.geronimo.network.protocol.PacketOutputStream
- public class PacketOutputStream
- extends OutputStream
- Version:
- $Revision: 1.2 $ $Date: 2004/03/20 20:39:11 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PacketOutputStream
public PacketOutputStream(Protocol down)
PacketOutputStream
public PacketOutputStream(Protocol down,
short packetSize)
getPacketSize
public short getPacketSize()
write
public void write(int b)
throws IOException
- Throws:
IOException
write
public void write(byte[] b)
throws IOException
- Throws:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException
flush
public void flush()
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.