-
- All Implemented Interfaces:
public final class DeprecatedKt
-
-
Method Summary
Modifier and Type Method Description final static MediaTypesniffFormat(Response $self, List<String> mediaTypes, List<String> fileExtensions, List<SuspendFunction1<SnifferContext, MediaType>> sniffers)final static MediaTypesniffFormat(HttpURLConnection $self, Function0<ByteArray> bytes, List<String> mediaTypes, List<String> fileExtensions, List<SuspendFunction1<SnifferContext, MediaType>> sniffers)-
-
Method Detail
-
sniffFormat
@Deprecated(message = "Renamed to another package", replaceWith = @ReplaceWith(imports = {}, expression = "org.readium.r2.shared.util.mediatype.sniffMediaType"), level = DeprecationLevel.ERROR) final static MediaType sniffFormat(Response $self, List<String> mediaTypes, List<String> fileExtensions, List<SuspendFunction1<SnifferContext, MediaType>> sniffers)
-
sniffFormat
@Deprecated(message = "Renamed to another package", replaceWith = @ReplaceWith(imports = {}, expression = "org.readium.r2.shared.util.mediatype.sniffMediaType"), level = DeprecationLevel.ERROR) final static MediaType sniffFormat(HttpURLConnection $self, Function0<ByteArray> bytes, List<String> mediaTypes, List<String> fileExtensions, List<SuspendFunction1<SnifferContext, MediaType>> sniffers)
-
-
-
-