Method String.Buffer()->create()
- Method create
String.Buffer String.Buffer(intinitial_size)- Description
Initializes a new buffer.
If no
initial_sizeis specified, 256 is used. If you know approximately how big the buffer will be, you can optimize the operation of add() (slightly) by passing the size to this function.