class org.apache.zookeeper.test.AtomicFileOutputStreamTest$1 extends org.apache.zookeeper.common.AtomicFileOutputStream
{
final org.apache.zookeeper.test.AtomicFileOutputStreamTest this$0;
void <init>(org.apache.zookeeper.test.AtomicFileOutputStreamTest, java.io.File) throws java.io.FileNotFoundException
{
org.apache.zookeeper.test.AtomicFileOutputStreamTest$1 v;
java.io.File v;
org.apache.zookeeper.test.AtomicFileOutputStreamTest v;
v := @this: org.apache.zookeeper.test.AtomicFileOutputStreamTest$1;
v := @parameter: org.apache.zookeeper.test.AtomicFileOutputStreamTest;
v := @parameter: java.io.File;
v.<org.apache.zookeeper.test.AtomicFileOutputStreamTest$1: org.apache.zookeeper.test.AtomicFileOutputStreamTest this$0> = v;
specialinvoke v.<org.apache.zookeeper.common.AtomicFileOutputStream: void <init>(java.io.File)>(v);
return;
}
public void flush() throws java.io.IOException
{
java.io.IOException v;
org.apache.zookeeper.test.AtomicFileOutputStreamTest$1 v;
v := @this: org.apache.zookeeper.test.AtomicFileOutputStreamTest$1;
v = new java.io.IOException;
specialinvoke v.<java.io.IOException: void <init>(java.lang.String)>("injected failure");
throw v;
}
}