public final class StreamUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static Reader |
utf8(InputStream stream)
Read an input stream as UTF-8 characters.
|
static Writer |
utf8(OutputStream stream)
Wrap an output stream in a writer that writes UTF_8 characters.
|
public static Reader utf8(InputStream stream)
public static Writer utf8(OutputStream stream)
Copyright © 2016. All rights reserved.