| Package | Description |
|---|---|
| com.mware.ge.csv |
| Modifier and Type | Method and Description |
|---|---|
SectionedCharBuffer |
CharReadable.read(SectionedCharBuffer buffer,
int from)
Reads characters into the
buffer. |
SectionedCharBuffer |
MultiReadable.read(SectionedCharBuffer buffer,
int from) |
SectionedCharBuffer |
ThreadAheadReadable.read(SectionedCharBuffer buffer,
int from)
The one calling read doesn't actually read, since reading is up to the thread in here.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SectionedCharBuffer.compact(SectionedCharBuffer into,
int from)
|
SectionedCharBuffer |
CharReadable.read(SectionedCharBuffer buffer,
int from)
Reads characters into the
buffer. |
SectionedCharBuffer |
MultiReadable.read(SectionedCharBuffer buffer,
int from) |
SectionedCharBuffer |
ThreadAheadReadable.read(SectionedCharBuffer buffer,
int from)
The one calling read doesn't actually read, since reading is up to the thread in here.
|
| Constructor and Description |
|---|
AutoReadingSource(CharReadable reader,
SectionedCharBuffer charBuffer) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.