org.apache.xmlrpc

Class ServerInputStream

class ServerInputStream extends InputStream

Version: $Id: ServerInputStream.java 233919 2005-04-22 10:26:17Z hgomez $

Author: Hannes Wallnoefer

Field Summary
longavailable
BufferedInputStreamin
longmarkedAvailable
Constructor Summary
ServerInputStream(BufferedInputStream in, int available)
Method Summary
voidmark(int readlimit)
booleanmarkSupported()
intread()
intread(byte[] b)
intread(byte[] b, int off, int len)
voidreset()
longskip(long n)

Field Detail

available

private long available

in

private BufferedInputStream in

markedAvailable

private long markedAvailable

Constructor Detail

ServerInputStream

public ServerInputStream(BufferedInputStream in, int available)

Parameters: in available

Method Detail

mark

public void mark(int readlimit)

Parameters: readlimit

markSupported

public boolean markSupported()

Returns:

read

public int read()

Returns:

Throws: IOException

read

public int read(byte[] b)

Parameters: b

Returns:

Throws: IOException

read

public int read(byte[] b, int off, int len)

Parameters: b off len

Returns:

Throws: IOException

reset

public void reset()

Throws: IOException

skip

public long skip(long n)

Parameters: n

Returns:

Throws: IOException

Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.