public class ChunkedUploadStream extends InputStream
构造器和说明 |
---|
ChunkedUploadStream(InputStream innerStream,
int innerStreamBufferSize) |
public ChunkedUploadStream(InputStream innerStream, int innerStreamBufferSize)
public int read() throws IOException
read
在类中 InputStream
IOException
public int read(byte[] buffer) throws IOException
read
在类中 InputStream
IOException
public int read(byte[] buffer, int offset, int count) throws IOException
read
在类中 InputStream
IOException
Copyright © 2019. All Rights Reserved.