org.jacorb.orb.http.httpserver

Class ServeInputStream


public class ServeInputStream
extends InputStream

Constructor Summary

ServeInputStream(InputStream in)

Method Summary

int
available()
void
close()
int
read()
int
read(byte[] b, int off, int len)
int
readLine(byte[] b, int off, int len)

Constructor Details

ServeInputStream

public ServeInputStream(InputStream in)

Method Details

available

public int available()
            throws IOException


close

public void close()
            throws IOException


read

public int read()
            throws IOException


read

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


readLine

public int readLine(byte[] b,
                    int off,
                    int len)
            throws IOException