Quality Slider for Android (only)
This commit is contained in:
@@ -23,4 +23,22 @@ public class Client
|
||||
this.socket = socket;
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
public void close()
|
||||
{
|
||||
try
|
||||
{
|
||||
input.close();
|
||||
}catch(Exception e)
|
||||
{
|
||||
|
||||
}
|
||||
try
|
||||
{
|
||||
output.close();
|
||||
}catch(Exception e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user