|
String String::from_byte_buffer(const ByteBuffer& buffer, ShouldChomp should_chomp)
|
|
String String::from_byte_buffer(const ByteBuffer& buffer, ShouldChomp should_chomp)
|
|
return String((const char*)buffer.pointer(), buffer.size(), should_chomp);
|
|
return String((const char*)buffer.pointer(), buffer.size(), should_chomp);
|