All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.jigsaw.pagecompile.PageCompileFile
java.lang.Object
|
+----org.w3c.jigsaw.pagecompile.PageCompileFile
- public class PageCompileFile
- extends Object
-
PageCompileFile(String)
- Create a PageCompileFile.
-
readFileData(String)
-
-
writeBytes(int, int, OutputStream)
- Write some bytes from this file in the given output stream.
PageCompileFile
public PageCompileFile(String filename) throws IOException
- Create a PageCompileFile.
- Parameters:
- filename - the filename
- Throws: IOException
- if an IO error occurs.
readFileData
protected void readFileData(String filename) throws IOException
writeBytes
public void writeBytes(int start,
int end,
OutputStream out) throws IOException
- Write some bytes from this file in the given output stream.
- Parameters:
- start - start position in the file
- end - end position in the file
- out - the destination output stream
- Throws: IOException
- if an IO error occurs
All Packages Class Hierarchy This Package Previous Next Index