All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.io.InputStream | +----cryptix.math.RandomStream
Copyright (C) 1995, 1996 Systemics Ltd (http://www.systemics.com/) All rights reserved.
public RandomStream()
public int read()
public int read(byte b[])
public int read(byte b[], int off, int len)
public long skip(long n)
protected abstract void seed(byte seed[])
protected abstract byte nextByte()
All Packages Class Hierarchy This Package Previous Next Index