class oadd.org.apache.curator.shaded.com.google.common.io.ByteStreams$1 extends java.io.OutputStream
{
void <init>()
{
oadd.org.apache.curator.shaded.com.google.common.io.ByteStreams$1 v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.io.ByteStreams$1;
specialinvoke v.<java.io.OutputStream: void <init>()>();
return;
}
public void write(int)
{
int v;
oadd.org.apache.curator.shaded.com.google.common.io.ByteStreams$1 v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.io.ByteStreams$1;
v := @parameter: int;
return;
}
public void write(byte[])
{
byte[] v;
oadd.org.apache.curator.shaded.com.google.common.io.ByteStreams$1 v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.io.ByteStreams$1;
v := @parameter: byte[];
staticinvoke <oadd.org.apache.curator.shaded.com.google.common.base.Preconditions: java.lang.Object checkNotNull(java.lang.Object)>(v);
return;
}
public void write(byte[], int, int)
{
byte[] v;
oadd.org.apache.curator.shaded.com.google.common.io.ByteStreams$1 v;
int v, v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.io.ByteStreams$1;
v := @parameter: byte[];
v := @parameter: int;
v := @parameter: int;
staticinvoke <oadd.org.apache.curator.shaded.com.google.common.base.Preconditions: java.lang.Object checkNotNull(java.lang.Object)>(v);
return;
}
public java.lang.String toString()
{
oadd.org.apache.curator.shaded.com.google.common.io.ByteStreams$1 v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.io.ByteStreams$1;
return "ByteStreams.nullOutputStream()";
}
}