62 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Smali
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Smali
		
	
	
	
	
	
| .class Lcom/google/flatbuffers/Utf8Old$Cache;
 | |
| .super Ljava/lang/Object;
 | |
| .source "Utf8Old.java"
 | |
| 
 | |
| 
 | |
| # annotations
 | |
| .annotation system Ldalvik/annotation/EnclosingClass;
 | |
|     value = Lcom/google/flatbuffers/Utf8Old;
 | |
| .end annotation
 | |
| 
 | |
| .annotation system Ldalvik/annotation/InnerClass;
 | |
|     accessFlags = 0x9
 | |
|     name = "Cache"
 | |
| .end annotation
 | |
| 
 | |
| 
 | |
| # instance fields
 | |
| .field public final decoder:Ljava/nio/charset/CharsetDecoder;
 | |
| 
 | |
| .field public final encoder:Ljava/nio/charset/CharsetEncoder;
 | |
| 
 | |
| .field public lastInput:Ljava/lang/CharSequence;
 | |
| 
 | |
| .field public lastOutput:Ljava/nio/ByteBuffer;
 | |
| 
 | |
| 
 | |
| # direct methods
 | |
| .method public constructor <init>()V
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     invoke-direct {p0}, Ljava/lang/Object;-><init>()V
 | |
| 
 | |
|     const/4 v0, 0x0
 | |
| 
 | |
|     .line 2
 | |
|     iput-object v0, p0, Lcom/google/flatbuffers/Utf8Old$Cache;->lastInput:Ljava/lang/CharSequence;
 | |
| 
 | |
|     .line 3
 | |
|     iput-object v0, p0, Lcom/google/flatbuffers/Utf8Old$Cache;->lastOutput:Ljava/nio/ByteBuffer;
 | |
| 
 | |
|     .line 4
 | |
|     sget-object v0, Ljava/nio/charset/StandardCharsets;->UTF_8:Ljava/nio/charset/Charset;
 | |
| 
 | |
|     invoke-virtual {v0}, Ljava/nio/charset/Charset;->newEncoder()Ljava/nio/charset/CharsetEncoder;
 | |
| 
 | |
|     move-result-object v0
 | |
| 
 | |
|     iput-object v0, p0, Lcom/google/flatbuffers/Utf8Old$Cache;->encoder:Ljava/nio/charset/CharsetEncoder;
 | |
| 
 | |
|     .line 5
 | |
|     sget-object v0, Ljava/nio/charset/StandardCharsets;->UTF_8:Ljava/nio/charset/Charset;
 | |
| 
 | |
|     invoke-virtual {v0}, Ljava/nio/charset/Charset;->newDecoder()Ljava/nio/charset/CharsetDecoder;
 | |
| 
 | |
|     move-result-object v0
 | |
| 
 | |
|     iput-object v0, p0, Lcom/google/flatbuffers/Utf8Old$Cache;->decoder:Ljava/nio/charset/CharsetDecoder;
 | |
| 
 | |
|     return-void
 | |
| .end method
 |