final class oadd.org.apache.curator.shaded.com.google.common.io.Files$FileByteSink extends oadd.org.apache.curator.shaded.com.google.common.io.ByteSink
{
private final java.io.File file;
private final oadd.org.apache.curator.shaded.com.google.common.collect.ImmutableSet modes;
private transient void <init>(java.io.File, oadd.org.apache.curator.shaded.com.google.common.io.FileWriteMode[])
{
oadd.org.apache.curator.shaded.com.google.common.io.Files$FileByteSink v;
java.lang.Object v;
oadd.org.apache.curator.shaded.com.google.common.collect.ImmutableSet v;
oadd.org.apache.curator.shaded.com.google.common.io.FileWriteMode[] v;
java.io.File v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.io.Files$FileByteSink;
v := @parameter: java.io.File;
v := @parameter: oadd.org.apache.curator.shaded.com.google.common.io.FileWriteMode[];
specialinvoke v.<oadd.org.apache.curator.shaded.com.google.common.io.ByteSink: void <init>()>();
v = staticinvoke <oadd.org.apache.curator.shaded.com.google.common.base.Preconditions: java.lang.Object checkNotNull(java.lang.Object)>(v);
v.<oadd.org.apache.curator.shaded.com.google.common.io.Files$FileByteSink: java.io.File file> = v;
v = staticinvoke <oadd.org.apache.curator.shaded.com.google.common.collect.ImmutableSet: oadd.org.apache.curator.shaded.com.google.common.collect.ImmutableSet copyOf(java.lang.Object[])>(v);
v.<oadd.org.apache.curator.shaded.com.google.common.io.Files$FileByteSink: oadd.org.apache.curator.shaded.com.google.common.collect.ImmutableSet modes> = v;
return;
}
public java.io.FileOutputStream openStream() throws java.io.IOException
{
oadd.org.apache.curator.shaded.com.google.common.io.Files$FileByteSink v;
java.io.FileOutputStream v;
oadd.org.apache.curator.shaded.com.google.common.io.FileWriteMode v;
oadd.org.apache.curator.shaded.com.google.common.collect.ImmutableSet v;
java.io.File v;
boolean v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.io.Files$FileByteSink;
v = new java.io.FileOutputStream;
v = v.<oadd.org.apache.curator.shaded.com.google.common.io.Files$FileByteSink: java.io.File file>;
v = v.<oadd.org.apache.curator.shaded.com.google.common.io.Files$FileByteSink: oadd.org.apache.curator.shaded.com.google.common.collect.ImmutableSet modes>;
v = <oadd.org.apache.curator.shaded.com.google.common.io.FileWriteMode: oadd.org.apache.curator.shaded.com.google.common.io.FileWriteMode APPEND>;
v = virtualinvoke v.<oadd.org.apache.curator.shaded.com.google.common.collect.ImmutableSet: boolean contains(java.lang.Object)>(v);
specialinvoke v.<java.io.FileOutputStream: void <init>(java.io.File,boolean)>(v, v);
return v;
}
public java.lang.String toString()
{
oadd.org.apache.curator.shaded.com.google.common.io.Files$FileByteSink v;
oadd.org.apache.curator.shaded.com.google.common.collect.ImmutableSet v;
java.lang.String v;
java.io.File v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.io.Files$FileByteSink;
v = v.<oadd.org.apache.curator.shaded.com.google.common.io.Files$FileByteSink: java.io.File file>;
v = v.<oadd.org.apache.curator.shaded.com.google.common.io.Files$FileByteSink: oadd.org.apache.curator.shaded.com.google.common.collect.ImmutableSet modes>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.io.File,oadd.org.apache.curator.shaded.com.google.common.collect.ImmutableSet)>(v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Files.asByteSink(\u, \u)");
return v;
}
}