| 接口 | 说明 | 
|---|---|
| Releasable | 
| 类 | 说明 | 
|---|---|
| BoundedInputStream | 
 This is a stream that will only supply bytes up to a certain length - if its
 position goes above that, it will stop. 
 | 
| ChunkedInputStreamEntity | 
 A repeatable HTTP entity that obtains its content from an non-auto-close
  
ChunkedInputStreamEntity.ReleasableInputStreamEntity and sends its content using chunked
 encoding. | 
| ChunkedInputStreamEntity.ReleasableInputStreamEntity | 
 A releaseable HTTP entity that can control its inner inputstream's
 auto-close functionality on/off, and it will try to close its inner
 inputstream by default when the inputstream reaches EOF. 
 | 
| ChunkedUploadStream | |
| FixedLengthInputStream | |
| RepeatableBoundedFileInputStream | |
| RepeatableFileInputStream | |
| RepeatableInputStream | 
Copyright © 2019. All Rights Reserved.