BufferStringUtils
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
object BufferUtils
Members list
Value members
Concrete methods
Parses the string content stored in the buffer as a UUID.
Parses the string content stored in the buffer as a UUID.
Value parameters
- buffer
-
the buffer to read.
- index
-
The read offset, an absolute offset into this buffer, to read from.
Attributes
- Returns
-
The UUID represented by the string content.
Parses the string content stored in the buffer as a UUID.
Parses the string content stored in the buffer as a UUID.
Value parameters
- buffer
-
the buffer to read.
Attributes
- Returns
-
The UUID represented by the string content.
Writes into this buffer, all the bytes from the given uuid string. This not updates the writerOffset of this buffer.
Writes into this buffer, all the bytes from the given uuid string. This not updates the writerOffset of this buffer.
Value parameters
- buffer
-
the buffer to write.
- index
-
The write offset, an absolute offset into this buffer to write to.
- uuid
-
uuid value.
Attributes
Writes into this buffer, all the bytes from the given uuid string. This updates the writerOffset of this buffer.
Writes into this buffer, all the bytes from the given uuid string. This updates the writerOffset of this buffer.
Value parameters
- buffer
-
the buffer to write.
- uuid
-
uuid value.
Attributes
Inherited methods
Attributes
- Inherited from:
- BufferBaseUtils
Attributes
- Inherited from:
- BufferBaseUtils
Attributes
- Inherited from:
- BufferBaseUtils
Attributes
- Inherited from:
- BufferBaseUtils
Checks if a character does not require JSON escaping or encoding.
Checks if a character does not require JSON escaping or encoding.
Value parameters
- ch
-
the character to check
Attributes
- Returns
-
true
if the character is a basic ASCII character (code point less than0x80
) that does not need JSON escaping - Inherited from:
- BufferBaseUtils
Attributes
- Inherited from:
- BufferBaseUtils
Attributes
- Inherited from:
- BufferBaseUtils
Attributes
- Inherited from:
- BufferBaseUtils
Attributes
- Inherited from:
- BufferBaseUtils
Attributes
- Inherited from:
- BufferBaseUtils
Attributes
- Inherited from:
- BufferBaseUtils
Attributes
- Inherited from:
- BufferBaseUtils
Attributes
- Inherited from:
- BufferBaseUtils
Attributes
- Inherited from:
- BufferBaseUtils
Attributes
- Inherited from:
- BufferBaseUtils
Attributes
- Inherited from:
- BufferBaseUtils
Attributes
- Inherited from:
- BufferBaseUtils
Attributes
- Inherited from:
- BufferBaseUtils