public final class IOBufferPacket extends Object
| Modifier and Type | Field and Description |
|---|---|
IOBuffer |
buf |
long |
ioTs |
int |
length |
int |
offset |
| Constructor and Description |
|---|
IOBufferPacket() |
| Modifier and Type | Method and Description |
|---|---|
IOBufferPacket |
init(IOBuffer buf,
int offset,
int length)
Initialize the IOBuffer packet
|
IOBufferPacket |
init(IOBuffer buf,
int offset,
int length,
long ioTs)
Initialize the IOBuffer packet
|
public IOBuffer buf
public int offset
public int length
public long ioTs
public IOBufferPacket init(IOBuffer buf, int offset, int length, long ioTs)
public IOBufferPacket init(IOBuffer buf, int offset, int length)
Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.