public class StreamUtils extends Object
Constructor and Description |
---|
StreamUtils() |
Modifier and Type | Method and Description |
---|---|
static OutputStreamWriter |
asUTF8(OutputStream os)
Answer an OutputStreamWriter that encodes in UTF-8.
|
static void |
flush(OutputStream os)
Flush an OutputStream.
|
public static OutputStreamWriter asUTF8(OutputStream os)
public static void flush(OutputStream os)
Copyright © 2014. All Rights Reserved.