public class org.apache.commons.io.input.CharSequenceInputStream$Builder extends org.apache.commons.io.build.AbstractStreamBuilder
{
private java.nio.charset.CharsetEncoder charsetEncoder;
public void <init>()
{
org.apache.commons.io.input.CharSequenceInputStream$Builder v;
java.nio.charset.Charset v;
java.nio.charset.CharsetEncoder v;
v := @this: org.apache.commons.io.input.CharSequenceInputStream$Builder;
specialinvoke v.<org.apache.commons.io.build.AbstractStreamBuilder: void <init>()>();
v = virtualinvoke v.<org.apache.commons.io.input.CharSequenceInputStream$Builder: java.nio.charset.Charset getCharset()>();
v = staticinvoke <org.apache.commons.io.input.CharSequenceInputStream: java.nio.charset.CharsetEncoder newEncoder(java.nio.charset.Charset)>(v);
v.<org.apache.commons.io.input.CharSequenceInputStream$Builder: java.nio.charset.CharsetEncoder charsetEncoder> = v;
return;
}
public org.apache.commons.io.input.CharSequenceInputStream get()
{
org.apache.commons.io.input.CharSequenceInputStream$Builder v;
java.lang.Object v;
org.apache.commons.io.function.IOSupplier v;
v := @this: org.apache.commons.io.input.CharSequenceInputStream$Builder;
v = staticinvoke <org.apache.commons.io.input.CharSequenceInputStream$Builder$lambda_get_0__527: org.apache.commons.io.function.IOSupplier bootstrap$(org.apache.commons.io.input.CharSequenceInputStream$Builder)>(v);
v = staticinvoke <org.apache.commons.io.function.Uncheck: java.lang.Object get(org.apache.commons.io.function.IOSupplier)>(v);
return v;
}
java.nio.charset.CharsetEncoder getCharsetEncoder()
{
org.apache.commons.io.input.CharSequenceInputStream$Builder v;
java.nio.charset.CharsetEncoder v;
v := @this: org.apache.commons.io.input.CharSequenceInputStream$Builder;
v = v.<org.apache.commons.io.input.CharSequenceInputStream$Builder: java.nio.charset.CharsetEncoder charsetEncoder>;
return v;
}
public org.apache.commons.io.input.CharSequenceInputStream$Builder setCharset(java.nio.charset.Charset)
{
org.apache.commons.io.input.CharSequenceInputStream$Builder v;
java.nio.charset.Charset v, v;
java.nio.charset.CharsetEncoder v;
v := @this: org.apache.commons.io.input.CharSequenceInputStream$Builder;
v := @parameter: java.nio.charset.Charset;
specialinvoke v.<org.apache.commons.io.build.AbstractStreamBuilder: org.apache.commons.io.build.AbstractStreamBuilder setCharset(java.nio.charset.Charset)>(v);
v = virtualinvoke v.<org.apache.commons.io.input.CharSequenceInputStream$Builder: java.nio.charset.Charset getCharset()>();
v = staticinvoke <org.apache.commons.io.input.CharSequenceInputStream: java.nio.charset.CharsetEncoder newEncoder(java.nio.charset.Charset)>(v);
v.<org.apache.commons.io.input.CharSequenceInputStream$Builder: java.nio.charset.CharsetEncoder charsetEncoder> = v;
return v;
}
public org.apache.commons.io.input.CharSequenceInputStream$Builder setCharsetEncoder(java.nio.charset.CharsetEncoder)
{
org.apache.commons.io.input.CharSequenceInputStream$Builder v;
java.nio.charset.Charset v;
java.nio.charset.CharsetEncoder v, v, v;
java.util.function.Supplier v;
v := @this: org.apache.commons.io.input.CharSequenceInputStream$Builder;
v := @parameter: java.nio.charset.CharsetEncoder;
v = staticinvoke <org.apache.commons.io.input.CharSequenceInputStream$Builder$lambda_setCharsetEncoder_1__528: java.util.function.Supplier bootstrap$(org.apache.commons.io.input.CharSequenceInputStream$Builder)>(v);
v = staticinvoke <org.apache.commons.io.charset.CharsetEncoders: java.nio.charset.CharsetEncoder toCharsetEncoder(java.nio.charset.CharsetEncoder,java.util.function.Supplier)>(v, v);
v.<org.apache.commons.io.input.CharSequenceInputStream$Builder: java.nio.charset.CharsetEncoder charsetEncoder> = v;
v = v.<org.apache.commons.io.input.CharSequenceInputStream$Builder: java.nio.charset.CharsetEncoder charsetEncoder>;
v = virtualinvoke v.<java.nio.charset.CharsetEncoder: java.nio.charset.Charset charset()>();
specialinvoke v.<org.apache.commons.io.build.AbstractStreamBuilder: org.apache.commons.io.build.AbstractStreamBuilder setCharset(java.nio.charset.Charset)>(v);
return v;
}
}