wtanaka.praya.gale
Class TestGaleOutputStream

java.lang.Object
  |
  +--wtanaka.praya.gale.TestGaleOutputStream

public class TestGaleOutputStream
extends java.lang.Object

Test code for gale output stream.

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/09/30 21:14:52 $
Author:
$Author: wtanaka $
See Also:
GaleOutputStream

Field Summary
private  byte[] egnorAtOfbNet
           
private  byte[] jwassonAtMonkeyastronautCom
           
private  byte[] tomyAtUgcsCaltechEdu
           
 
Constructor Summary
TestGaleOutputStream()
           
 
Method Summary
static void main(java.lang.String[] args)
           
private  void readWritePublicKeyCheck(byte[] publicKey)
           
private  void readWritePublicKeyCheck(java.lang.String f)
           
 void testPublicKeyWriting()
           
 void testRLEWriting()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

jwassonAtMonkeyastronautCom

private byte[] jwassonAtMonkeyastronautCom

egnorAtOfbNet

private byte[] egnorAtOfbNet

tomyAtUgcsCaltechEdu

private byte[] tomyAtUgcsCaltechEdu
Constructor Detail

TestGaleOutputStream

public TestGaleOutputStream()
Method Detail

testRLEWriting

public void testRLEWriting()
                    throws java.io.IOException

readWritePublicKeyCheck

private void readWritePublicKeyCheck(byte[] publicKey)
                              throws java.io.IOException,
                                     NotEnoughInfoException

readWritePublicKeyCheck

private void readWritePublicKeyCheck(java.lang.String f)
                              throws java.io.IOException,
                                     NotEnoughInfoException

testPublicKeyWriting

public void testPublicKeyWriting()
                          throws java.io.IOException,
                                 NotEnoughInfoException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        NotEnoughInfoException