Skip to content

Instantly share code, notes, and snippets.

@LNA
Created January 27, 2015 16:42
Show Gist options
  • Save LNA/7ec0e7ed1ee93444d922 to your computer and use it in GitHub Desktop.
Save LNA/7ec0e7ed1ee93444d922 to your computer and use it in GitHub Desktop.
Read multiple lines for a request
String Line = buff.readLine();
while((line=buff.readLine())!=null){
System.out.println(line);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment