jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-core
/
com.github.javaparser
/
LineEndingProcessingProvider
Line
Ending
Processing
Provider
open
class
LineEndingProcessingProvider
:
Provider
(
source
)
Provider
un-escaping unicode escape sequences in the input sequence.
Members
Constructors
Line
Ending
Processing
Provider
Link copied to clipboard
constructor
(
input
:
Provider
)
constructor
(
bufferSize
:
Int
,
input
:
Provider
)
Functions
close
Link copied to clipboard
open
fun
close
(
)
get
Detected
Line
Ending
Link copied to clipboard
open
fun
getDetectedLineEnding
(
)
:
LineSeparator
read
Link copied to clipboard
open
fun
read
(
buffer
:
Array
<
Char
>
,
offset
:
Int
,
len
:
Int
)
:
Int
Reads characters into an array