public abstract class HttpInputStream extends InputStream implements DataInput
InputStream of http request body.| 构造器和说明 |
|---|
HttpInputStream() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract int |
readBytes()
Returns the number of read bytes by this stream so far.
|
abstract String |
readString(Charset charset)
Decodes this readable bytes into a string with the specified character set name.
|
available, close, mark, markSupported, read, read, read, reset, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytesCopyright © 2020. All rights reserved.