TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.internal
Class ChartDecoderInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by 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.  
 
Constructor Summary
ChartDecoderInputStream(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
 

Field Detail

is

protected java.io.InputStream is
Deprecated. 
Constructor Detail

ChartDecoderInputStream

public ChartDecoderInputStream(java.io.InputStream is)
Deprecated. 
Method Detail

read

public int read()
         throws java.io.IOException
Deprecated. 
Specified by:
read in class java.io.InputStream
Throws:
java.io.IOException

TPTP 4.5.0 Platform Project
Internal API Specification