OpendriveUnmarshaller
Constructors
Types
Functions
Link copied to clipboard
fun readFromFile(inputStream: InputStream): Either<OpendriveReaderException.NoDedicatedReaderAvailable, OpendriveModel>
Link copied to clipboard
fun validate(inputStream: InputStream): Either<OpendriveReaderException, MessageList<SchemaValidationReportMessage>>