FileType.byExtension constructor

FileType.byExtension(
  1. String ext
)

Implementation

FileType.byExtension(String ext) : this(getExtensionType(ext));