Skip to content

Instantly share code, notes, and snippets.

View elvynmejia's full-sized avatar

Elvyn Mejia elvynmejia

  • X Delivery
  • San Francisco
View GitHub Profile
ELVYN MEJIA
706 London Street, San Francisco, CA | 415-609-4345 | elvynmejia@gmail.com | www.elvynmejia.com
EDUCATION
San Francisco State University —San Francisco, CA, U.S.
Bachelor of Science, Computer Science—Expected May 2015
Minor in Criminal Justice Studies
City College of San Francisco—San Francisco, CA, U.S.
Associates in Science Administration of Justice—Fall 2012
package interpreter;
import interpreter.bytecodes.ByteCode;
import java.io.*;
import java.util.*;
public class ByteCodeLoader {
private BufferedReader byteCodeFile;
private String nextLine;