7980818283848586
private void write(final PsOperator operator, final String text) throws PsDeviceException { try { this.stream.write(text.getBytes()); } catch (final IOException e) { throw new PsDeviceException(e); } }