FreeHEP API
Version v1.2

org.freehep.util.io
Class EEXECDecryption

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--org.freehep.util.io.EEXECDecryption
All Implemented Interfaces:
EEXECConstants

public class EEXECDecryption
extends InputStream
implements EEXECConstants

Decrypts using the EEXEC form (Used by Type 1 fonts).

Version:
$Id: EEXECDecryption.java,v 1.3 2001/10/29 14:07:06 duns Exp $
Author:
Simon Fischer

Field Summary
 
Fields inherited from interface org.freehep.util.io.EEXECConstants
C1, C2, CHARSTRING_R, EEXEC_R, N
 
Constructor Summary
EEXECDecryption(InputStream in)
           
EEXECDecryption(InputStream in, int r, int n)
           
 
Method Summary
 void close()
           
 int read()
           
 
Methods inherited from class java.io.InputStream
available, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EEXECDecryption

public EEXECDecryption(InputStream in)

EEXECDecryption

public EEXECDecryption(InputStream in,
                       int r,
                       int n)
Method Detail

read

public int read()
         throws IOException
Specified by:
read in class InputStream
IOException

close

public void close()
           throws IOException
Overrides:
close in class InputStream
IOException

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.