- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
@Override public OutputStream getOutputStream() throws IOException { if (outputStream == null) { outputStream = getOutputStreamFromSocket(); } return outputStream; }
@Override public OutputStream getOutputStream() throws IOException { if (outputStream == null) { outputStream = getOutputStreamFromSocket(); } return outputStream; }