New topics: Your Pet, IOU, Baby IQ, The Poisons, Birther II, Games, Future Power

Welcome to the Tech Space!

Webmaster Issues

Skip to end of metadata
Go to start of metadata
			try {			
			BufferedReader fsIn = new BufferedReader(new FileReader( wi.CachedPages.get(sURL)));

			String sLine = fsIn.readLine();
			sResult = "";
			while (sLine != null)
			{
				if (sResult.length() > 0)
					sResult += "\r";							
				sResult+=sLine;
				sLine = fsIn.readLine();
			}
			fsIn.close();
			return sResult;	
			} catch (FileNotFoundException e) {
				// TODO Auto-generated catch block
				e.printStackTrace();
			} catch (IOException e) {
				// TODO Auto-generated catch block
				e.printStackTrace();
			}

Sources:

Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.