final class oadd.org.apache.curator.shaded.com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream extends java.io.ByteArrayOutputStream
{
void <init>(int)
{
int v;
oadd.org.apache.curator.shaded.com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream;
v := @parameter: int;
specialinvoke v.<java.io.ByteArrayOutputStream: void <init>(int)>(v);
return;
}
void write(java.nio.ByteBuffer)
{
byte[] v, v, v, v;
java.nio.ByteBuffer v;
oadd.org.apache.curator.shaded.com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream v;
int v, v, v, v, v, v, v, v, v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream;
v := @parameter: java.nio.ByteBuffer;
v = virtualinvoke v.<java.nio.ByteBuffer: int remaining()>();
v = v.<oadd.org.apache.curator.shaded.com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream: int count>;
v = v + v;
v = v.<oadd.org.apache.curator.shaded.com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream: byte[] buf>;
v = lengthof v;
if v <= v goto label;
v = v.<oadd.org.apache.curator.shaded.com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream: byte[] buf>;
v = v.<oadd.org.apache.curator.shaded.com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream: int count>;
v = v + v;
v = staticinvoke <java.util.Arrays: byte[] copyOf(byte[],int)>(v, v);
v.<oadd.org.apache.curator.shaded.com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream: byte[] buf> = v;
label:
v = v.<oadd.org.apache.curator.shaded.com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream: byte[] buf>;
v = v.<oadd.org.apache.curator.shaded.com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream: int count>;
virtualinvoke v.<java.nio.ByteBuffer: java.nio.ByteBuffer get(byte[],int,int)>(v, v, v);
v = v.<oadd.org.apache.curator.shaded.com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream: int count>;
v = v + v;
v.<oadd.org.apache.curator.shaded.com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream: int count> = v;
return;
}
byte[] byteArray()
{
byte[] v;
oadd.org.apache.curator.shaded.com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream;
v = v.<oadd.org.apache.curator.shaded.com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream: byte[] buf>;
return v;
}
int length()
{
int v;
oadd.org.apache.curator.shaded.com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream;
v = v.<oadd.org.apache.curator.shaded.com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream: int count>;
return v;
}
}