Searched refs:extractorNames (Results 1 – 1 of 1) sorted by relevance
451 @NonNull String... extractorNames) { in createForExtractors()454 builder.append(extractorNames[0]); in createForExtractors()455 for (int i = 1; i < extractorNames.length; i++) { in createForExtractors()457 builder.append(extractorNames[i]); in createForExtractors()463 private UnrecognizedInputFormatException(String extractorNames) { in UnrecognizedInputFormatException() argument464 super(extractorNames); in UnrecognizedInputFormatException()