Main.java Source code

Java tutorial

Introduction

Here is the source code for Main.java

Source

//package com.java2s;

public class Main {
    public static void dumpCurrentRow(android.database.Cursor cursor) {
        throw new RuntimeException("Stub!");
    }

    public static void dumpCurrentRow(android.database.Cursor cursor, java.io.PrintStream stream) {
        throw new RuntimeException("Stub!");
    }

    public static void dumpCurrentRow(android.database.Cursor cursor, java.lang.StringBuilder sb) {
        throw new RuntimeException("Stub!");
    }
}