public class CaptureInputStream extends FilterInputStream
in| Constructor and Description | 
|---|
| CaptureInputStream(InputStream in) | 
| CaptureInputStream(InputStream in,
                  long maxData) | 
| Modifier and Type | Method and Description | 
|---|---|
| byte[] | getCapturedData() | 
| int | read() | 
| int | read(byte[] b) | 
| int | read(byte[] b,
    int off,
    int len) | 
available, close, mark, markSupported, reset, skippublic CaptureInputStream(InputStream in, long maxData)
public CaptureInputStream(InputStream in)
public int read()
         throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b)
         throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
                int off,
                int len)
         throws IOException
read in class FilterInputStreamIOExceptionpublic byte[] getCapturedData()
Copyright © 2019. All Rights Reserved.