Modifier and Type | Method and Description |
---|---|
static ByteArray |
StreamUtil.readBytes(InputStream in,
boolean closeIn)
将指定
InputStream 的所有内容全部读出到一个byte数组中。 |
ByteArray |
ByteArrayOutputStream.toByteArray() |
Modifier and Type | Method and Description |
---|---|
static void |
StreamUtil.writeBytes(ByteArray bytes,
OutputStream out,
boolean closeOut)
将byte数组写入到指定
OutputStream 中。 |
Modifier and Type | Method and Description |
---|---|
ByteArray |
BufferedWebContext.peekByteBuffer()
返回最上层的ByteArray
|
ByteArray |
BufferedWebContext.popByteBuffer()
弹出最近的buffer,如果堆栈中只有一个buffer,则弹出后再创建一个新的。
|
Modifier and Type | Method and Description |
---|---|
ByteArray |
BufferedWebContextImpl.peekByteBuffer() |
ByteArray |
BufferedWebContextImpl.popByteBuffer()
弹出最近的buffer,如果堆栈中只有一个buffer,则弹出后再创建一个新的。
|
Modifier and Type | Method and Description |
---|---|
ByteArray |
BufferedResponseImpl.peekByteBuffer()
返回最上层的ByteArray
|
ByteArray |
BufferedResponseImpl.popByteBuffer()
弹出最近的buffer,如果堆栈中只有一个buffer,则弹出后再创建一个新的。
|
Copyright © 2006–2018 TinyGroup. All rights reserved.