|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RestartableInputStream | |
---|---|
com.baidubce.internal |
Uses of RestartableInputStream in com.baidubce.internal |
---|
Subclasses of RestartableInputStream in com.baidubce.internal | |
---|---|
class |
RestartableFileInputStream
Restartable File InputStream extends Restartable InputStream. |
class |
RestartableMultiByteArrayInputStream
Restartable MultiByteArray InputStream extends Restartable InputStream. |
class |
RestartableNonResettableInputStream
The Restartable InputStream can not reset. |
class |
RestartableResettableInputStream
The Restartable InputStream can Reset. |
Methods in com.baidubce.internal that return RestartableInputStream | |
---|---|
RestartableInputStream |
InternalRequest.getContent()
|
static RestartableInputStream |
RestartableInputStream.wrap(byte[] b)
|
Methods in com.baidubce.internal with parameters of type RestartableInputStream | |
---|---|
void |
InternalRequest.setContent(RestartableInputStream content)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |