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