final class com.google.common.io.CharSource$EmptyCharSource extends com.google.common.io.CharSource$StringCharSource
{
private static final com.google.common.io.CharSource$EmptyCharSource INSTANCE;
private void <init>()
{
com.google.common.io.CharSource$EmptyCharSource v;
v := @this: com.google.common.io.CharSource$EmptyCharSource;
specialinvoke v.<com.google.common.io.CharSource$StringCharSource: void <init>(java.lang.String)>("");
return;
}
public java.lang.String toString()
{
com.google.common.io.CharSource$EmptyCharSource v;
v := @this: com.google.common.io.CharSource$EmptyCharSource;
return "CharSource.empty()";
}
static void <clinit>()
{
com.google.common.io.CharSource$EmptyCharSource v;
v = new com.google.common.io.CharSource$EmptyCharSource;
specialinvoke v.<com.google.common.io.CharSource$EmptyCharSource: void <init>()>();
<com.google.common.io.CharSource$EmptyCharSource: com.google.common.io.CharSource$EmptyCharSource INSTANCE> = v;
return;
}
}