| Package | Description |
|---|---|
| net.lecousin.framework.io.text |
IO on characters and text.
|
| net.lecousin.framework.util |
Utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
UnprotectedString |
ProgressiveBufferedReadableCharStream.readNextBuffer() |
UnprotectedString |
ICharacterStream.Readable.Buffered.readNextBuffer()
Return the next buffer, or null if the end of stream has been reached.
|
UnprotectedString |
BufferedReadableCharacterStreamLocation.readNextBuffer() |
UnprotectedString |
BufferedReadableCharacterStream.readNextBuffer() |
| Modifier and Type | Method and Description |
|---|---|
AsyncSupplier<UnprotectedString,IOException> |
ProgressiveBufferedReadableCharStream.readNextBufferAsync() |
AsyncSupplier<UnprotectedString,IOException> |
ICharacterStream.Readable.Buffered.readNextBufferAsync()
Return the next buffer as soon as available, or null if then end of stream has been reached.
|
AsyncSupplier<UnprotectedString,IOException> |
BufferedReadableCharacterStreamLocation.readNextBufferAsync() |
AsyncSupplier<UnprotectedString,IOException> |
BufferedReadableCharacterStream.readNextBufferAsync() |
| Modifier and Type | Method and Description |
|---|---|
UnprotectedString |
UnprotectedString.append(char c) |
UnprotectedString |
UnprotectedString.append(char[] chars,
int offset,
int len) |
UnprotectedString |
UnprotectedString.append(CharSequence s) |
UnprotectedString |
UnprotectedStringBuffer.getUnprotectedString(int index)
Return a specific UnprotectedString hold by this instance.
|
UnprotectedString |
UnprotectedStringBuffer.CS.readNextBuffer() |
UnprotectedString |
UnprotectedString.removeEndChars(int nb) |
UnprotectedString |
UnprotectedString.removeStartChars(int nb) |
UnprotectedString |
UnprotectedString.replace(char oldChar,
char newChar) |
UnprotectedString |
UnprotectedString.substring(int start) |
UnprotectedString |
UnprotectedString.substring(int start,
int end) |
UnprotectedString |
UnprotectedString.toLowerCase() |
UnprotectedString |
UnprotectedString.toUpperCase() |
UnprotectedString |
UnprotectedString.trimBeginning() |
UnprotectedString |
UnprotectedString.trimEnd() |
| Modifier and Type | Method and Description |
|---|---|
AsyncSupplier<UnprotectedString,IOException> |
UnprotectedStringBuffer.CS.readNextBufferAsync() |
List<UnprotectedString> |
UnprotectedString.split(char sep) |
| Modifier and Type | Method and Description |
|---|---|
UnprotectedStringBuffer |
UnprotectedStringBufferLimited.addFirst(UnprotectedString s) |
UnprotectedStringBuffer |
UnprotectedStringBuffer.addFirst(UnprotectedString s)
Add the given string at the beginning.
|
UnprotectedStringBuffer |
UnprotectedStringBuffer.replace(CharSequence search,
UnprotectedString replace)
Replace all occurrences of search into replace.
|
UnprotectedStringBuffer |
UnprotectedStringBuffer.replace(char oldChar,
UnprotectedString replaceValue)
Replace all occurrences of oldChar into replaceValue.
|
void |
UnprotectedStringBufferLimited.replace(int start,
int end,
UnprotectedString s) |
void |
UnprotectedStringBuffer.replace(int start,
int end,
UnprotectedString s)
Remove characters from start to end (inclusive), and replace them by the given string.
|
| Constructor and Description |
|---|
UnprotectedStringBuffer(UnprotectedString string)
Create a string with the given one.
|
| Constructor and Description |
|---|
UnprotectedStringBuffer(Collection<UnprotectedString> strings)
Create a string with the given ones.
|
Copyright © 2019. All rights reserved.