Class Copy

java.lang.Object
  extended by Copy

public class Copy
extends java.lang.Object


Constructor Summary
Copy()
           
 
Method Summary
static void copy(byte[][] state, byte[] in)
           
static void copy(byte[] out, byte[][] state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Copy

public Copy()
Method Detail

copy

public static void copy(byte[][] state,
                        byte[] in)

copy

public static void copy(byte[] out,
                        byte[][] state)