public class BytesCapturingInputStream extends FilterInputStream
in| Constructor and Description |
|---|
BytesCapturingInputStream(InputStream input) |
public BytesCapturingInputStream(InputStream input)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic byte[] getData()
Copyright © 2016. All Rights Reserved.