// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.google.gson.internal.bind; import java.io.IOException; import java.io.Writer; // Referenced classes of package com.google.gson.internal.bind: // JsonTreeWriter static final class extends Writer { public void close() throws IOException { throw new AssertionError(); } public void flush() throws IOException { throw new AssertionError(); } public void write(char ac[], int i, int j) { throw new AssertionError(); } () { } }