lib
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
lib
lib
/
at.bitfire.synctools.icalendar.validation
/
StreamPreprocessor
Stream
Preprocessor
abstract
class
StreamPreprocessor
Inheritors
FixInvalidDayOffsetPreprocessor
FixInvalidUtcOffsetPreprocessor
Members
Constructors
Stream
Preprocessor
Link copied to clipboard
constructor
(
)
Functions
fix
String
Link copied to clipboard
abstract
fun
fixString
(
original
:
String
)
:
String
Fixes an iCalendar string.
preprocess
Link copied to clipboard
fun
preprocess
(
reader
:
Reader
)
:
Reader
regexp
For
Problem
Link copied to clipboard
abstract
fun
regexpForProblem
(
)
:
Regex
?