class io.netty.util.internal.PlatformDependent$1 extends java.lang.Object implements io.netty.util.internal.Cleaner
{
void <init>()
{
io.netty.util.internal.PlatformDependent$1 v;
v := @this: io.netty.util.internal.PlatformDependent$1;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void freeDirectBuffer(java.nio.ByteBuffer)
{
io.netty.util.internal.PlatformDependent$1 v;
java.nio.ByteBuffer v;
v := @this: io.netty.util.internal.PlatformDependent$1;
v := @parameter: java.nio.ByteBuffer;
return;
}
}