org.apache.catalina.cluster.io
Class Jdk13ObjectReader
java.lang.Object
org.apache.catalina.cluster.io.Jdk13ObjectReader
- public class Jdk13ObjectReader
- extends java.lang.Object
Method Summary |
int |
append(byte[] data,
int off,
int len)
|
int |
execute()
|
int |
write(byte[] data)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jdk13ObjectReader
public Jdk13ObjectReader(java.net.Socket socket,
ListenCallback callback)
append
public int append(byte[] data,
int off,
int len)
throws java.io.IOException
- Throws:
java.io.IOException
execute
public int execute()
throws java.io.IOException
- Throws:
java.io.IOException
write
public int write(byte[] data)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.