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
-
ByteRangeOutputStream(File, int, int)
-
-
available()
-
-
close()
-
-
read()
-
-
read(byte[])
-
-
read(byte[], int, int)
-
ByteRangeOutputStream
public ByteRangeOutputStream(File file,
int firstp,
int lastp) throws IOException
read
public int read() throws IOException
- Overrides:
- read in class InputStream
read
public int read(byte b[]) throws IOException
- Overrides:
- read in class InputStream
read
public int read(byte b[],
int off,
int len) throws IOException
- Overrides:
- read in class InputStream
close
public void close() throws IOException
- Overrides:
- close in class InputStream
available
public int available()
- Overrides:
- available in class InputStream
All Packages Class Hierarchy This Package Previous Next Index