public class FileStringBuffer extends Object implements IBuffer
Note: calling toString() will force the entire string to be loaded in memory, use toWriter() if you need to avoid this.
This class is not multi thread safe.
| Constructor and Description |
|---|
FileStringBuffer() |
FileStringBuffer(int maxCharacters) |
| Modifier and Type | Method and Description |
|---|---|
FileStringBuffer |
append(CharSequence s) |
String |
toString() |
void |
toWriter(Writer fw) |
public FileStringBuffer()
public FileStringBuffer(int maxCharacters)
public FileStringBuffer append(CharSequence s)
Copyright © 2025. All rights reserved.