public interface StringDecoder
Modifier and Type | Method and Description |
---|---|
static StringDecoder |
create(java.nio.charset.Charset cs) |
static StringDecoder |
create(java.lang.String name) |
java.lang.String |
decode(byte[] bytes,
int offset,
int length) |
java.lang.String decode(byte[] bytes, int offset, int length)
static StringDecoder create(java.lang.String name)
static StringDecoder create(java.nio.charset.Charset cs)
Copyright © 2019. All Rights Reserved.