public class ProtocolStreamHandle extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
_contentLength |
protected ByteBuffer |
_source |
| 限定符 | 构造器和说明 |
|---|---|
protected |
ProtocolStreamHandle(ByteBuffer source) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected int |
ReadByte() |
protected byte[] |
ReadBytes(int length) |
byte[] |
ReadContent() |
protected void |
WriteByte(byte value) |
protected void |
WriteBytes(byte[] value) |
void |
WriteContent(byte[] value) |
protected int _contentLength
protected ByteBuffer _source
protected ProtocolStreamHandle(ByteBuffer source)
Copyright © 2020. All rights reserved.