|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjpview.io.LRGBReader
public class LRGBReader
Provides access to uncompressed LRGBPTMs
| Constructor Summary | |
|---|---|
LRGBReader(java.io.InputStream in)
Creates a new instance of LRGBReader |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
main method for testing the reader |
PTM |
readPTM()
Calls the LRGBPTM read procedure |
void |
setDebug(boolean b)
If true, extra debugging output is created |
void |
setVersion(java.lang.String s)
Sets the version - mutator for the PTMIO factory |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LRGBReader(java.io.InputStream in)
in - the input stream to read| Method Detail |
|---|
public void setVersion(java.lang.String s)
s - the version stringpublic void setDebug(boolean b)
b - produce extra debugging output if b is true
public PTM readPTM()
throws java.io.IOException
readPTM in interface PTMReaderjava.io.IOException - if the input stream cannot be readpublic static void main(java.lang.String[] args)
args - args[0] is the location of a ptm file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||