ADD week 5
This commit is contained in:
		
							
								
								
									
										17
									
								
								02-Easy5/E5/sources/kotlin/text/CharsetsKt.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								02-Easy5/E5/sources/kotlin/text/CharsetsKt.java
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| package kotlin.text; | ||||
|  | ||||
| import java.nio.charset.Charset; | ||||
| import kotlin.Metadata; | ||||
| import kotlin.jvm.internal.Intrinsics; | ||||
|  | ||||
| /* compiled from: Charsets.kt */ | ||||
| @Metadata(d1 = {"\u0000\u000e\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u000e\n\u0000\u001a\u0011\u0010\u0000\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u0003H\u0087\b¨\u0006\u0004"}, d2 = {"charset", "Ljava/nio/charset/Charset;", "charsetName", "", "kotlin-stdlib"}, k = 2, mv = {1, 8, 0}, xi = 48) | ||||
| /* loaded from: classes.dex */ | ||||
| public final class CharsetsKt { | ||||
|     private static final Charset charset(String charsetName) { | ||||
|         Intrinsics.checkNotNullParameter(charsetName, "charsetName"); | ||||
|         Charset forName = Charset.forName(charsetName); | ||||
|         Intrinsics.checkNotNullExpressionValue(forName, "forName(charsetName)"); | ||||
|         return forName; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user