22 Haziran 2016 Çarşamba

StreamResult Sınıfı

constructor
Şöyle yaparız.
StreamResult result = new StreamResult(new StringWriter());
Şöyle yaparız.
StreamResult consoleResult = new StreamResult(System.out);
getWriter metodu
Şöyle yaparız.
StringWriter writer = result.getWriter();

Hiç yorum yok:

Yorum Gönder