Translation of "OutputStream" in German
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
The OutputStream for the named value.
After modifying the document, the library can then save the document to the file system or to a Java OutputStream.
Nach dem Bearbeiten eines Dokuments kann die Bibliothek das Dokument auf einem Dateisystem oder in einem Java-OutputStream speichern.
Or we pass an InputStream as the source document, which holds the document to be processed and an OutputStream, into which the work result is to be written.
Oder wir übergeben als Quelldokument einen InputStream, der das zu verarbeitende Dokument hält und einen OutputStream, in den das Arbeitsergebnis geschrieben werden soll.
So "io(). stream()" leads to the operations with InputStream and OutputStream, respectively and "io().file ()" to file operations.
So führt io().stream() zu den Operationen mit InputStream, bzw. OutputStream und io().file() zu Dateioperationen.
It can then use the PDFDocument object returned to write the PDF content to a file or to an OutputStream.
Sie kann dann das zurück gegebene PDFDocument-Objekt benutzen, um den PDF-Inhalt in eine Datei oder in einen OutputStream zu schreiben.
outputStream: A different output-stream, if you don't want to stream to STDOUT.
outputStream: Ein anderer Ausgabe-Stream wenn man nicht auf STDOUT streamen will.
It is worth noting that in the first implementation, we passed along some values via the closure (e.g., inputStream and outputStream).
Beachten Sie, dass wir in der ersten Implementierung einige Werte über den Abschluss (z. B. inputStream und outputStream) weitergegeben haben.
AFAIK there is no usage of the input- or outputstream and therefore it is not clear why OSI did not allow this program.
AFAIK verwendet UO Autopilot weder den Input- oder Outputstream von UO und daher ist es auch nicht klar, warum OSI das Programm geächtet hat.
Once the command has been executed, the outputStream and errorStream parameters (if passed) return respectively the stdout and stderr of the external process.
Nach Ausführung des Befehls enthalten die Variablen AusgStream und FehlerStream - sofern übergeben - stdout und stderr des externen Prozesses.