Pastebin

Paste #194:

< previous paste - next paste>

Pasted by Morten

Download View as text

Socket getCert = new Socket("localhost",6789);
		
		BufferedInputStream bytesInFromServer =
			new BufferedInputStream(getCert.getInputStream());
		
		//Objekt til at sende output til server
		DataOutputStream getCertificate = 
			new DataOutputStream(
					getCert.getOutputStream()
					);
		

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.