org.freehep.util.io
Class EEXECDecryption
- java.lang.Object
-
- java.io.InputStream
-
- org.freehep.util.io.EEXECDecryption
-
- All Implemented Interfaces:
- java.io.Closeable, java.lang.AutoCloseable, EEXECConstants
public class EEXECDecryption extends java.io.InputStream implements EEXECConstants
Decrypts using the EEXEC form (Used by Type 1 fonts).
-
-
Field Summary
-
Fields inherited from interface org.freehep.util.io.EEXECConstants
C1, C2, CHARSTRING_R, EEXEC_R, N
-
-
Constructor Summary
Constructors Constructor and Description EEXECDecryption(java.io.InputStream in)Creates an EEXECDecryption from the given streamEEXECDecryption(java.io.InputStream in, int r, int n)Creates an EEXECDecryption from the given stream
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidclose()intread()
-
-
-
Constructor Detail
-
EEXECDecryption
public EEXECDecryption(java.io.InputStream in)
Creates an EEXECDecryption from the given stream- Parameters:
in- stream to read from
-
EEXECDecryption
public EEXECDecryption(java.io.InputStream in, int r, int n)Creates an EEXECDecryption from the given stream- Parameters:
in- stream to read fromr-n-
-
-
Method Detail
-
read
public int read() throws java.io.IOException- Specified by:
readin classjava.io.InputStream- Throws:
java.io.IOException
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.io.Closeable- Specified by:
closein interfacejava.lang.AutoCloseable- Overrides:
closein classjava.io.InputStream- Throws:
java.io.IOException
-
-
DMelt 3.0 © DataMelt by jWork.ORG