org.apache.xmlrpc
Class ServerInputStream
java.lang.Object
java.io.InputStream
org.apache.xmlrpc.ServerInputStream
- class ServerInputStream
- extends java.io.InputStream
- Version:
- $Id: ServerInputStream.java,v 1.3 2002/03/20 15:11:03 mpoeschl Exp $
- Author:
- Hannes Wallnoefer
Fields inherited from class java.io.InputStream |
|
Methods inherited from class java.io.InputStream |
available, close |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
available
private long available
markedAvailable
private long markedAvailable
in
private java.io.BufferedInputStream in
ServerInputStream
public ServerInputStream(java.io.BufferedInputStream in,
int available)
- Parameters:
in
- available
-
read
public int read()
throws java.io.IOException
- Returns:
-
- Throws:
java.io.IOException
read
public int read(byte[] b)
throws java.io.IOException
- Parameters:
b
-
- Returns:
-
- Throws:
java.io.IOException
read
public int read(byte[] b,
int off,
int len)
throws java.io.IOException
- Parameters:
b
- off
- len
-
- Returns:
-
- Throws:
java.io.IOException
skip
public long skip(long n)
throws java.io.IOException
- Parameters:
n
-
- Returns:
-
- Throws:
java.io.IOException
mark
public void mark(int readlimit)
- Parameters:
readlimit
-
reset
public void reset()
throws java.io.IOException
- Throws:
java.io.IOException
markSupported
public boolean markSupported()
- Returns:
Copyright © ${year} Apache Software Foundation. All Rights Reserved.