|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.w3c.jigsaw.pagecompile.PageCompileFile
public class PageCompileFile
| Constructor Summary | |
|---|---|
PageCompileFile(java.lang.String filename)
Create a PageCompileFile. |
|
| Method Summary | |
|---|---|
protected void |
readFileData(java.lang.String filename)
|
void |
writeBytes(int start,
int end,
java.io.OutputStream out)
Write some bytes from this file in the given output stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PageCompileFile(java.lang.String filename)
throws java.io.IOException
filename - the filename
java.io.IOException - if an IO error occurs.| Method Detail |
|---|
protected void readFileData(java.lang.String filename)
throws java.io.IOException
java.io.IOException
public void writeBytes(int start,
int end,
java.io.OutputStream out)
throws java.io.IOException
start - start position in the fileend - end position in the fileout - the destination output stream
java.io.IOException - if an IO error occurs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||