8283848586878889909192
File fAux = null; Stream str = null; try { fAux = File.createTempFile("ntfdom", "aux.tmp"); str = sess.createStream(); str.open(fAux.getPath(), "LMBCS"); str.writeText(whose); payload = str.getBytes(); } finally { if (str != null)