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