All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.www.http.ByteRangeOutputStream

java.lang.Object
   |
   +----java.io.InputStream
           |
           +----w3c.www.http.ByteRangeOutputStream

public class ByteRangeOutputStream
extends InputStream

Constructor Index

 o ByteRangeOutputStream(File, int, int)

Method Index

 o available()
 o close()
 o read()
 o read(byte[])
 o read(byte[], int, int)

Constructors

 o ByteRangeOutputStream
 public ByteRangeOutputStream(File file,
                              int firstp,
                              int lastp) throws IOException

Methods

 o read
 public int read() throws IOException
Overrides:
read in class InputStream
 o read
 public int read(byte b[]) throws IOException
Overrides:
read in class InputStream
 o read
 public int read(byte b[],
                 int off,
                 int len) throws IOException
Overrides:
read in class InputStream
 o close
 public void close() throws IOException
Overrides:
close in class InputStream
 o available
 public int available()
Overrides:
available in class InputStream

All Packages  Class Hierarchy  This Package  Previous  Next  Index