public class ChunkedUploadStream extends InputStream
| Constructor and Description |
|---|
ChunkedUploadStream(InputStream innerStream,
int innerStreamBufferSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] buffer) |
int |
read(byte[] buffer,
int offset,
int count) |
available, close, mark, markSupported, reset, skippublic ChunkedUploadStream(InputStream innerStream, int innerStreamBufferSize)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] buffer)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] buffer,
int offset,
int count)
throws IOException
read in class InputStreamIOExceptionCopyright © 2021. All Rights Reserved.