org.apache.jk.common

Class ChannelNioSocket.SocketInputStream

protected class ChannelNioSocket.SocketInputStream extends InputStream

Method Summary
intavailable()
voidmark(int readlimit)
booleanmarkSupported()
intread()
intread(byte[] data)
intread(byte[] data, int offset, int len)
voidreset()

Method Detail

available

public int available()

mark

public void mark(int readlimit)

markSupported

public boolean markSupported()

read

public int read()

read

public int read(byte[] data)

read

public int read(byte[] data, int offset, int len)

reset

public void reset()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.