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

Constructor Index

 o PageCompileFile(String)
Create a PageCompileFile.

Method Index

 o readFileData(String)
 o writeBytes(int, int, OutputStream)
Write some bytes from this file in the given output stream.

Constructors

 o PageCompileFile
 public PageCompileFile(String filename) throws IOException
Create a PageCompileFile.

Parameters:
filename - the filename
Throws: IOException
if an IO error occurs.

Methods

 o readFileData
 protected void readFileData(String filename) throws IOException
 o 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