org.lobobrowser.util

Class EmptyInputStream


public class EmptyInputStream
extends InputStream

Constructor Summary

EmptyInputStream()

Method Summary

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

Constructor Details

EmptyInputStream

public EmptyInputStream()

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