You've already forked FinalYearProject-MyMind
mirror of
https://github.com/MrLyallCSIT/FinalYearProject-MyMind.git
synced 2026-01-18 07:09:41 +00:00
9 lines
281 B
Java
Executable File
9 lines
281 B
Java
Executable File
public void someInterestingMethod( int x ) {
|
|
try {
|
|
DataInputStream in = new DataInputStream(req.getInputStream());
|
|
HttpSession session = req.getSession(true);
|
|
//Read Input Data
|
|
in.close();
|
|
} catch ( Exception err ) { }
|
|
outputStream.close();
|
|
} |