public class ProtocolStreamHandle extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
_contentLength |
protected ByteBuffer |
_source |
| Modifier | Constructor and Description |
|---|---|
protected |
ProtocolStreamHandle(ByteBuffer source) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2021. All rights reserved.