| Package | Description |
|---|---|
| org.aoju.bus.core.io.segment |
| Modifier and Type | Field and Description |
|---|---|
Segment |
Buffer.head |
Segment |
Segment.next
链表或循环链表中的下一段.
|
Segment |
Segment.prev
循环链表中的前一段.
|
| Modifier and Type | Method and Description |
|---|---|
Segment |
Segment.pop() |
Segment |
Segment.push(Segment segment) |
Segment |
Segment.sharedCopy() |
Segment |
Segment.split(int byteCount) |
static Segment |
LifeCycle.take() |
Segment |
Segment.unsharedCopy() |
Segment |
Buffer.writableSegment(int minimumCapacity) |
| Modifier and Type | Method and Description |
|---|---|
Segment |
Segment.push(Segment segment) |
static void |
LifeCycle.recycle(Segment segment) |
void |
Segment.writeTo(Segment sink,
int byteCount) |
Copyright © 2019. All rights reserved.