Skip to content

Instantly share code, notes, and snippets.

@ss23
Created March 28, 2012 10:36
Show Gist options
  • Save ss23/2225312 to your computer and use it in GitHub Desktop.
Save ss23/2225312 to your computer and use it in GitHub Desktop.
String line = null;
while ((line = in.readLine()) != null) {
System.out.println(in.readLine());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment