Beispiel #1
0
 public void writeBytes(String s) {
   try {
     dataOutput.writeBytes(s);
   } catch (IOException ex) {
     throw new RuntimeException(ex.getMessage());
   }
 }