org.eclipse.tptp.platform.report.chart.internal
Class ChartDecoderInputStream
java.lang.Object
java.io.InputStream
org.eclipse.tptp.platform.report.chart.internal.ChartDecoderInputStream
- All Implemented Interfaces:
- java.io.Closeable
Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).
public class ChartDecoderInputStream
- extends java.io.InputStream
Chart Input stream decoder.
convert any character sequence "HH" to character value 0xHH, where H
is hexadecimal digit (0-9a-f).
Must be the decoder for ChartEncoderOutputStream.
- See Also:
ChartAppletViewer.
|
Field Summary |
protected java.io.InputStream |
is
Deprecated. |
|
Method Summary |
int |
read()
Deprecated. |
| Methods inherited from class java.io.InputStream |
available, close, mark, markSupported, read, read, reset, skip |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
is
protected java.io.InputStream is
- Deprecated.
ChartDecoderInputStream
public ChartDecoderInputStream(java.io.InputStream is)
- Deprecated.
read
public int read()
throws java.io.IOException
- Deprecated.
- Specified by:
read in class java.io.InputStream
- Throws:
java.io.IOException