| java.lang.Object org.w3c.jigsaw.pagecompile.PageCompileFile
PageCompileFile | public class PageCompileFile (Code) | | version: $Revision: 1.3 $ author: Benoît Mahé (bmahe@w3.org) |
PageCompileFile | public PageCompileFile(String filename) throws IOException(Code) | | Create a PageCompileFile.
Parameters: filename - the filename exception: IOException - if an IO error occurs. |
writeBytes | public void writeBytes(int start, int end, OutputStream out) throws IOException(Code) | | Write some bytes from this file in the given output stream.
Parameters: start - start position in the file Parameters: end - end position in the file Parameters: out - the destination output stream exception: IOException - if an IO error occurs |
|
|