COM.claymoresystems.cert

Class DebuggingByteArrayInputStream


public class DebuggingByteArrayInputStream
extends InputStream

DebuggingByteArrayInputStream.java Copyright (C) 2001, RTFM, Inc. All Rights Reserved. ekr@rtfm.com Sat Oct 27 09:38:31 2001

Constructor Summary

DebuggingByteArrayInputStream(InputStream is_)

Method Summary

int
read()
int
read(byte[] b, int off, int len)

Constructor Details

DebuggingByteArrayInputStream

public DebuggingByteArrayInputStream(InputStream is_)

Method Details

read

public int read()
            throws IOException


read

public int read(byte[] b,
                int off,
                int len)
            throws java.io.IOException


Copyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.