public class org.apache.commons.io.input.BufferedFileChannelInputStream$Builder extends org.apache.commons.io.build.AbstractStreamBuilder
{
public void <init>()
{
org.apache.commons.io.input.BufferedFileChannelInputStream$Builder v;
v := @this: org.apache.commons.io.input.BufferedFileChannelInputStream$Builder;
specialinvoke v.<org.apache.commons.io.build.AbstractStreamBuilder: void <init>()>();
return;
}
public org.apache.commons.io.input.BufferedFileChannelInputStream get() throws java.io.IOException
{
org.apache.commons.io.input.BufferedFileChannelInputStream v;
int v;
java.nio.file.Path v;
org.apache.commons.io.input.BufferedFileChannelInputStream$Builder v;
v := @this: org.apache.commons.io.input.BufferedFileChannelInputStream$Builder;
v = new org.apache.commons.io.input.BufferedFileChannelInputStream;
v = virtualinvoke v.<org.apache.commons.io.input.BufferedFileChannelInputStream$Builder: java.nio.file.Path getPath()>();
v = virtualinvoke v.<org.apache.commons.io.input.BufferedFileChannelInputStream$Builder: int getBufferSize()>();
specialinvoke v.<org.apache.commons.io.input.BufferedFileChannelInputStream: void <init>(java.nio.file.Path,int)>(v, v);
return v;
}
}