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
/
Provider
Provider
interface
Provider
:
Closeable
(
source
)
Abstract interface for reading from a stream. The buffering should be done internally.
Inheritors
UnicodeEscapeProcessingProvider
LineEndingProcessingProvider
StreamProvider
StringProvider
Members
Functions
close
Link copied to clipboard
abstract
fun
close
(
)
read
Link copied to clipboard
abstract
fun
read
(
aDest
:
Array
<
Char
>
,
nOfs
:
Int
,
nLen
:
Int
)
:
Int
Reads characters into an array