org.freehep.util.io
Class EEXECEncryption
java.lang.Object
java.io.OutputStream
org.freehep.util.io.EEXECEncryption
- All Implemented Interfaces:
- EEXECConstants
- public class EEXECEncryption
- extends OutputStream
- implements EEXECConstants
Encrypts using the EEXEC form (Used by Type 1 fonts).
- Version:
- $Id: EEXECEncryption.java,v 1.3 2001/10/29 14:07:06 duns Exp $
- Author:
- Simon Fischer
- Source Code:
- EEXECEncryption.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EEXECEncryption
public EEXECEncryption(OutputStream out)
EEXECEncryption
public EEXECEncryption(OutputStream out,
int r)
EEXECEncryption
public EEXECEncryption(OutputStream out,
int r,
int n)
write
public void write(int b)
throws IOException
- Throws:
IOException
flush
public void flush()
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
encryptString
public static int[] encryptString(int[] chars,
int r,
int n)
throws IOException
- Throws:
IOException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.