public class oadd.org.apache.drill.exec.record.DeadBuf extends oadd.io.netty.buffer.ByteBuf
{
static final org.slf4j.Logger logger;
private static final java.lang.String ERROR_MESSAGE;
public static final oadd.io.netty.buffer.DrillBuf DEAD_BUFFER;
private void <init>()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
specialinvoke v.<oadd.io.netty.buffer.ByteBuf: void <init>()>();
return;
}
public boolean isReadable(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public boolean isWritable(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int refCnt()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public boolean release()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public boolean release(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int capacity()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf capacity(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int maxCapacity()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBufAllocator alloc()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public java.nio.ByteOrder order()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf order(java.nio.ByteOrder)
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
java.nio.ByteOrder v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: java.nio.ByteOrder;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf unwrap()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public boolean isDirect()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int readerIndex()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf readerIndex(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int writerIndex()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf writerIndex(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf setIndex(int, int)
{
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int readableBytes()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int writableBytes()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int maxWritableBytes()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public boolean isReadable()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public boolean isWritable()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf clear()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf markReaderIndex()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf resetReaderIndex()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf markWriterIndex()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf resetWriterIndex()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf discardReadBytes()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf discardSomeReadBytes()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf ensureWritable(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int ensureWritable(int, boolean)
{
java.lang.UnsupportedOperationException v;
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
boolean v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: boolean;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public boolean getBoolean(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public byte getByte(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public short getUnsignedByte(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public short getShort(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public short getShortLE(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int getUnsignedShort(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int getUnsignedShortLE(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int getMedium(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int getMediumLE(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int getUnsignedMedium(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int getUnsignedMediumLE(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int getInt(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int getIntLE(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public long getUnsignedInt(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public long getUnsignedIntLE(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public long getLong(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public long getLongLE(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public java.lang.CharSequence getCharSequence(int, int, java.nio.charset.Charset)
{
java.lang.UnsupportedOperationException v;
java.nio.charset.Charset v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: int;
v := @parameter: java.nio.charset.Charset;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public char getChar(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public float getFloat(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public double getDouble(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int getBytes(int, java.nio.channels.FileChannel, long, int)
{
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
long v;
java.nio.channels.FileChannel v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: java.nio.channels.FileChannel;
v := @parameter: long;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf getBytes(int, oadd.io.netty.buffer.ByteBuf)
{
java.lang.UnsupportedOperationException v;
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
oadd.io.netty.buffer.ByteBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: oadd.io.netty.buffer.ByteBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf getBytes(int, oadd.io.netty.buffer.ByteBuf, int)
{
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
oadd.io.netty.buffer.ByteBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: oadd.io.netty.buffer.ByteBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf getBytes(int, oadd.io.netty.buffer.ByteBuf, int, int)
{
java.lang.UnsupportedOperationException v;
int v, v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
oadd.io.netty.buffer.ByteBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: oadd.io.netty.buffer.ByteBuf;
v := @parameter: int;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf getBytes(int, byte[])
{
byte[] v;
java.lang.UnsupportedOperationException v;
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: byte[];
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf getBytes(int, byte[], int, int)
{
byte[] v;
java.lang.UnsupportedOperationException v;
int v, v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: byte[];
v := @parameter: int;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf getBytes(int, java.nio.ByteBuffer)
{
java.lang.UnsupportedOperationException v;
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.nio.ByteBuffer v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: java.nio.ByteBuffer;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf getBytes(int, java.io.OutputStream, int) throws java.io.IOException
{
java.io.OutputStream v;
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: java.io.OutputStream;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int getBytes(int, java.nio.channels.GatheringByteChannel, int) throws java.io.IOException
{
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.nio.channels.GatheringByteChannel v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: java.nio.channels.GatheringByteChannel;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf setBoolean(int, boolean)
{
java.lang.UnsupportedOperationException v;
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
boolean v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: boolean;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf setByte(int, int)
{
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf setShort(int, int)
{
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf setShortLE(int, int)
{
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf setMedium(int, int)
{
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf setMediumLE(int, int)
{
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf setInt(int, int)
{
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf setIntLE(int, int)
{
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf setLong(int, long)
{
java.lang.UnsupportedOperationException v;
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
long v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: long;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf setLongLE(int, long)
{
java.lang.UnsupportedOperationException v;
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
long v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: long;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int setCharSequence(int, java.lang.CharSequence, java.nio.charset.Charset)
{
java.lang.UnsupportedOperationException v;
java.lang.CharSequence v;
java.nio.charset.Charset v;
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: java.lang.CharSequence;
v := @parameter: java.nio.charset.Charset;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf setChar(int, int)
{
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf setFloat(int, float)
{
java.lang.UnsupportedOperationException v;
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
float v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: float;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf setDouble(int, double)
{
java.lang.UnsupportedOperationException v;
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
double v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: double;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int setBytes(int, java.nio.channels.FileChannel, long, int)
{
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
long v;
java.nio.channels.FileChannel v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: java.nio.channels.FileChannel;
v := @parameter: long;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf setBytes(int, oadd.io.netty.buffer.ByteBuf)
{
java.lang.UnsupportedOperationException v;
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
oadd.io.netty.buffer.ByteBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: oadd.io.netty.buffer.ByteBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf setBytes(int, oadd.io.netty.buffer.ByteBuf, int)
{
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
oadd.io.netty.buffer.ByteBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: oadd.io.netty.buffer.ByteBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf setBytes(int, oadd.io.netty.buffer.ByteBuf, int, int)
{
java.lang.UnsupportedOperationException v;
int v, v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
oadd.io.netty.buffer.ByteBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: oadd.io.netty.buffer.ByteBuf;
v := @parameter: int;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf setBytes(int, byte[])
{
byte[] v;
java.lang.UnsupportedOperationException v;
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: byte[];
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf setBytes(int, byte[], int, int)
{
byte[] v;
java.lang.UnsupportedOperationException v;
int v, v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: byte[];
v := @parameter: int;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf setBytes(int, java.nio.ByteBuffer)
{
java.lang.UnsupportedOperationException v;
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.nio.ByteBuffer v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: java.nio.ByteBuffer;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int setBytes(int, java.io.InputStream, int) throws java.io.IOException
{
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.io.InputStream v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: java.io.InputStream;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int setBytes(int, java.nio.channels.ScatteringByteChannel, int) throws java.io.IOException
{
java.lang.UnsupportedOperationException v;
java.nio.channels.ScatteringByteChannel v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: java.nio.channels.ScatteringByteChannel;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf setZero(int, int)
{
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public boolean readBoolean()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public byte readByte()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public short readUnsignedByte()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public short readShort()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public short readShortLE()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int readUnsignedShort()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int readUnsignedShortLE()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int readMedium()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int readMediumLE()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int readUnsignedMedium()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int readUnsignedMediumLE()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int readInt()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int readIntLE()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public long readUnsignedInt()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public long readUnsignedIntLE()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public long readLong()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public long readLongLE()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public char readChar()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public java.lang.CharSequence readCharSequence(int, java.nio.charset.Charset)
{
java.lang.UnsupportedOperationException v;
java.nio.charset.Charset v;
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: java.nio.charset.Charset;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public float readFloat()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public double readDouble()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int readBytes(java.nio.channels.FileChannel, long, int) throws java.io.IOException
{
java.lang.UnsupportedOperationException v;
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
long v;
java.nio.channels.FileChannel v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: java.nio.channels.FileChannel;
v := @parameter: long;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf readBytes(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf readSlice(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf readBytes(oadd.io.netty.buffer.ByteBuf)
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
oadd.io.netty.buffer.ByteBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: oadd.io.netty.buffer.ByteBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf readBytes(oadd.io.netty.buffer.ByteBuf, int)
{
java.lang.UnsupportedOperationException v;
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
oadd.io.netty.buffer.ByteBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: oadd.io.netty.buffer.ByteBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf readBytes(oadd.io.netty.buffer.ByteBuf, int, int)
{
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
oadd.io.netty.buffer.ByteBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: oadd.io.netty.buffer.ByteBuf;
v := @parameter: int;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf readBytes(byte[])
{
oadd.org.apache.drill.exec.record.DeadBuf v;
byte[] v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: byte[];
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf readBytes(byte[], int, int)
{
byte[] v;
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: byte[];
v := @parameter: int;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf readBytes(java.nio.ByteBuffer)
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
java.nio.ByteBuffer v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: java.nio.ByteBuffer;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf readBytes(java.io.OutputStream, int) throws java.io.IOException
{
java.io.OutputStream v;
java.lang.UnsupportedOperationException v;
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: java.io.OutputStream;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int readBytes(java.nio.channels.GatheringByteChannel, int) throws java.io.IOException
{
java.lang.UnsupportedOperationException v;
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.nio.channels.GatheringByteChannel v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: java.nio.channels.GatheringByteChannel;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf skipBytes(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf writeBoolean(boolean)
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
boolean v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: boolean;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf writeByte(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf writeShort(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf writeShortLE(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf writeMedium(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf writeMediumLE(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf writeInt(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf writeIntLE(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf writeLong(long)
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
long v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: long;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf writeLongLE(long)
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
long v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: long;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf writeChar(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf writeFloat(float)
{
oadd.org.apache.drill.exec.record.DeadBuf v;
float v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: float;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf writeDouble(double)
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
double v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: double;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int writeBytes(java.nio.channels.FileChannel, long, int)
{
java.lang.UnsupportedOperationException v;
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
long v;
java.nio.channels.FileChannel v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: java.nio.channels.FileChannel;
v := @parameter: long;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int writeCharSequence(java.lang.CharSequence, java.nio.charset.Charset)
{
java.lang.UnsupportedOperationException v;
java.lang.CharSequence v;
java.nio.charset.Charset v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: java.lang.CharSequence;
v := @parameter: java.nio.charset.Charset;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf writeBytes(oadd.io.netty.buffer.ByteBuf)
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
oadd.io.netty.buffer.ByteBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: oadd.io.netty.buffer.ByteBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf writeBytes(oadd.io.netty.buffer.ByteBuf, int)
{
java.lang.UnsupportedOperationException v;
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
oadd.io.netty.buffer.ByteBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: oadd.io.netty.buffer.ByteBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf writeBytes(oadd.io.netty.buffer.ByteBuf, int, int)
{
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
oadd.io.netty.buffer.ByteBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: oadd.io.netty.buffer.ByteBuf;
v := @parameter: int;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf writeBytes(byte[])
{
oadd.org.apache.drill.exec.record.DeadBuf v;
byte[] v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: byte[];
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf writeBytes(byte[], int, int)
{
byte[] v;
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: byte[];
v := @parameter: int;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf writeBytes(java.nio.ByteBuffer)
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
java.nio.ByteBuffer v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: java.nio.ByteBuffer;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int writeBytes(java.io.InputStream, int) throws java.io.IOException
{
java.lang.UnsupportedOperationException v;
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.io.InputStream v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: java.io.InputStream;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int writeBytes(java.nio.channels.ScatteringByteChannel, int) throws java.io.IOException
{
java.lang.UnsupportedOperationException v;
java.nio.channels.ScatteringByteChannel v;
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: java.nio.channels.ScatteringByteChannel;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf writeZero(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int indexOf(int, int, byte)
{
java.lang.UnsupportedOperationException v;
byte v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: int;
v := @parameter: byte;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int bytesBefore(byte)
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
byte v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: byte;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int bytesBefore(int, byte)
{
java.lang.UnsupportedOperationException v;
byte v;
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: byte;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int bytesBefore(int, int, byte)
{
java.lang.UnsupportedOperationException v;
byte v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: int;
v := @parameter: byte;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf copy()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf copy(int, int)
{
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf readRetainedSlice(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf slice()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf retainedSlice()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf slice(int, int)
{
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf retainedSlice(int, int)
{
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf retainedDuplicate()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf duplicate()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int nioBufferCount()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public java.nio.ByteBuffer nioBuffer()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public java.nio.ByteBuffer nioBuffer(int, int)
{
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public java.nio.ByteBuffer[] nioBuffers()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public java.nio.ByteBuffer[] nioBuffers(int, int)
{
java.lang.UnsupportedOperationException v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public boolean hasArray()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public byte[] array()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int arrayOffset()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public boolean hasMemoryAddress()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public long memoryAddress()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public java.lang.String toString(java.nio.charset.Charset)
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
java.nio.charset.Charset v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: java.nio.charset.Charset;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public java.lang.String toString(int, int, java.nio.charset.Charset)
{
java.lang.UnsupportedOperationException v;
java.nio.charset.Charset v;
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: int;
v := @parameter: java.nio.charset.Charset;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public int compareTo(oadd.io.netty.buffer.ByteBuf)
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
oadd.io.netty.buffer.ByteBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: oadd.io.netty.buffer.ByteBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf retain(int)
{
int v;
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf retain()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public boolean isReadOnly()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public oadd.io.netty.buffer.ByteBuf asReadOnly()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.UnsupportedOperationException v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("Attemped to access a DeadBuf. This would happen if you attempted to interact with a buffer that has been moved or not yet initialized.");
throw v;
}
public boolean equals(java.lang.Object)
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.Object v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: java.lang.Object;
return 0;
}
public oadd.io.netty.buffer.ByteBuf touch()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
return v;
}
public oadd.io.netty.buffer.ByteBuf touch(java.lang.Object)
{
oadd.org.apache.drill.exec.record.DeadBuf v;
java.lang.Object v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: java.lang.Object;
return v;
}
public int forEachByte(oadd.io.netty.util.ByteProcessor)
{
oadd.org.apache.drill.exec.record.DeadBuf v;
oadd.io.netty.util.ByteProcessor v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: oadd.io.netty.util.ByteProcessor;
return 0;
}
public int forEachByte(int, int, oadd.io.netty.util.ByteProcessor)
{
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
oadd.io.netty.util.ByteProcessor v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: int;
v := @parameter: oadd.io.netty.util.ByteProcessor;
return 0;
}
public int forEachByteDesc(oadd.io.netty.util.ByteProcessor)
{
oadd.org.apache.drill.exec.record.DeadBuf v;
oadd.io.netty.util.ByteProcessor v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: oadd.io.netty.util.ByteProcessor;
return 0;
}
public int forEachByteDesc(int, int, oadd.io.netty.util.ByteProcessor)
{
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
oadd.io.netty.util.ByteProcessor v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: int;
v := @parameter: oadd.io.netty.util.ByteProcessor;
return 0;
}
public int hashCode()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
return 0;
}
public java.nio.ByteBuffer internalNioBuffer(int, int)
{
int v, v;
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
v := @parameter: int;
v := @parameter: int;
return null;
}
public java.lang.String toString()
{
oadd.org.apache.drill.exec.record.DeadBuf v;
v := @this: oadd.org.apache.drill.exec.record.DeadBuf;
return null;
}
static void <clinit>()
{
org.slf4j.Logger v;
v = staticinvoke <org.slf4j.LoggerFactory: org.slf4j.Logger getLogger(java.lang.Class)>(class "Loadd/org/apache/drill/exec/record/DeadBuf;");
<oadd.org.apache.drill.exec.record.DeadBuf: org.slf4j.Logger logger> = v;
<oadd.org.apache.drill.exec.record.DeadBuf: oadd.io.netty.buffer.DrillBuf DEAD_BUFFER> = null;
return;
}
}