|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.imgfmt.mps.Block
public abstract class Block
All the blocks in the file have a type and a length.
Constructor Summary | |
---|---|
protected |
Block(int type)
|
Method Summary | |
---|---|
void |
write(ImgChannel chan)
|
protected abstract void |
writeBody(StructuredOutputStream out)
Writes the body to the output stream given. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Block(int type)
Method Detail |
---|
public void write(ImgChannel chan) throws java.io.IOException
java.io.IOException
protected abstract void writeBody(StructuredOutputStream out) throws java.io.IOException
out
- The stream to write to.
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |