Class ClassNodeAdapter
- java.lang.Object
-
- jadx.gui.cache.code.disk.adapters.ClassNodeAdapter
-
- All Implemented Interfaces:
DataAdapter<jadx.core.dex.nodes.ClassNode>
public class ClassNodeAdapter extends java.lang.Object implements DataAdapter<jadx.core.dex.nodes.ClassNode>
-
-
Constructor Summary
Constructors Constructor Description ClassNodeAdapter(jadx.core.dex.nodes.RootNode root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jadx.core.dex.nodes.ClassNoderead(java.io.DataInput in)voidwrite(java.io.DataOutput out, jadx.core.dex.nodes.ClassNode value)
-
-
-
Method Detail
-
write
public void write(java.io.DataOutput out, jadx.core.dex.nodes.ClassNode value) throws java.io.IOException- Specified by:
writein interfaceDataAdapter<jadx.core.dex.nodes.ClassNode>- Throws:
java.io.IOException
-
read
public jadx.core.dex.nodes.ClassNode read(java.io.DataInput in) throws java.io.IOException- Specified by:
readin interfaceDataAdapter<jadx.core.dex.nodes.ClassNode>- Throws:
java.io.IOException
-
-