mirror of
https://github.com/github/codeql.git
synced 2026-08-04 01:13:00 +02:00
29 lines
1.1 KiB
Java
Generated
29 lines
1.1 KiB
Java
Generated
// Generated automatically from io.netty.buffer.DefaultByteBufHolder for testing purposes
|
|
|
|
package io.netty.buffer;
|
|
|
|
import io.netty.buffer.ByteBuf;
|
|
import io.netty.buffer.ByteBufHolder;
|
|
|
|
public class DefaultByteBufHolder implements ByteBufHolder
|
|
{
|
|
protected DefaultByteBufHolder() {}
|
|
protected final String contentToString(){ return null; }
|
|
public ByteBuf content(){ return null; }
|
|
public ByteBufHolder copy(){ return null; }
|
|
public ByteBufHolder duplicate(){ return null; }
|
|
public ByteBufHolder replace(ByteBuf p0){ return null; }
|
|
public ByteBufHolder retain(){ return null; }
|
|
public ByteBufHolder retain(int p0){ return null; }
|
|
public ByteBufHolder retainedDuplicate(){ return null; }
|
|
public ByteBufHolder touch(){ return null; }
|
|
public ByteBufHolder touch(Object p0){ return null; }
|
|
public DefaultByteBufHolder(ByteBuf p0){}
|
|
public String toString(){ return null; }
|
|
public boolean equals(Object p0){ return false; }
|
|
public boolean release(){ return false; }
|
|
public boolean release(int p0){ return false; }
|
|
public int hashCode(){ return 0; }
|
|
public int refCnt(){ return 0; }
|
|
}
|