| Class | Description |
|---|---|
| ByteArrayOutputStream |
This class implements an output stream in which the data is
written into a byte array.
|
| ClosedOutputStream |
Closed output stream.
|
| FileWriterWithEncoding |
Writer of files that allows the encoding to be set.
|
| NullOutputStream |
This OutputStream writes all data to the famous /dev/null.
|
| NullWriter |
This
Writer writes all data to the famous /dev/null. |
| StringBuilderWriter |
Writer implementation that outputs to a StringBuilder. |
| WriterOutputStream |
OutputStream implementation that transforms a byte stream to a
character stream using a specified charset encoding and writes the resulting
stream to a Writer. |
Copyright © 2024 GeneXus S.A.. All rights reserved.