BufferNumberUtils
cc.otavia.buffer.utils.BufferNumberUtils
trait BufferNumberUtils extends BufferNumberBaseUtils
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
trait BufferTimeUtilsobject BufferUtils
Members list
Value members
Concrete methods
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:
- BufferNumberBaseUtils
Attributes
- Inherited from:
- BufferNumberBaseUtils
Attributes
- Inherited from:
- BufferNumberBaseUtils
Attributes
- Inherited from:
- BufferNumberBaseUtils
Attributes
- Inherited from:
- BufferNumberBaseUtils
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:
- BufferNumberBaseUtils
Attributes
- Inherited from:
- BufferNumberBaseUtils
Attributes
- Inherited from:
- BufferNumberBaseUtils
Attributes
- Inherited from:
- BufferNumberBaseUtils
Attributes
- Inherited from:
- BufferBaseUtils
Attributes
- Inherited from:
- BufferNumberBaseUtils
final protected def writeSignificantFractionDigits(x: Int, p: Int, posLim: Int, buffer: Buffer, ds: Array[Short]): Unit
Attributes
- Inherited from:
- BufferNumberBaseUtils
In this article