| Package | Description |
|---|---|
| org.aoju.bus.core.io.segment |
| Modifier and Type | Field and Description |
|---|---|
Segment |
Buffer.head |
Segment |
Segment.next
Next segment in a linked or circularly-linked list.
|
Segment |
Segment.prev
Previous segment in a circularly-linked list.
|
| Modifier and Type | Method and Description |
|---|---|
Segment |
Segment.pop() |
Segment |
Segment.push(Segment segment) |
Segment |
Segment.sharedCopy() |
Segment |
Segment.split(int byteCount) |
static Segment |
Segments.take() |
Segment |
Segment.unsharedCopy() |
Segment |
Buffer.writableSegment(int minimumCapacity) |
| Modifier and Type | Method and Description |
|---|---|
Segment |
Segment.push(Segment segment) |
static void |
Segments.recycle(Segment segment) |
void |
Segment.writeTo(Segment sink,
int byteCount) |
Copyright © 2019. All rights reserved.