SyntaxFix
Write A Post
Hire A Developer
Questions
try something like this
URL u = new URL("http://www.puzzlers.org/pub/wordlists/pocket.txt"); InputStream in = u.openStream();
Then use it as any plain old input stream