Class ArgTypeAdapter
- java.lang.Object
-
- jadx.gui.cache.code.disk.adapters.ArgTypeAdapter
-
- All Implemented Interfaces:
DataAdapter<jadx.core.dex.instructions.args.ArgType>
public class ArgTypeAdapter extends java.lang.Object implements DataAdapter<jadx.core.dex.instructions.args.ArgType>
-
-
Field Summary
Fields Modifier and Type Field Description static ArgTypeAdapterINSTANCE
-
Constructor Summary
Constructors Constructor Description ArgTypeAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jadx.core.dex.instructions.args.ArgTyperead(java.io.DataInput in)voidwrite(java.io.DataOutput out, jadx.core.dex.instructions.args.ArgType value)
-
-
-
Field Detail
-
INSTANCE
public static final ArgTypeAdapter INSTANCE
-
-
Method Detail
-
write
public void write(java.io.DataOutput out, jadx.core.dex.instructions.args.ArgType value) throws java.io.IOException- Specified by:
writein interfaceDataAdapter<jadx.core.dex.instructions.args.ArgType>- Throws:
java.io.IOException
-
read
public jadx.core.dex.instructions.args.ArgType read(java.io.DataInput in) throws java.io.IOException- Specified by:
readin interfaceDataAdapter<jadx.core.dex.instructions.args.ArgType>- Throws:
java.io.IOException
-
-