public abstract static class CodeSetConversion.BTCConverter extends Object
| Constructor and Description |
|---|
BTCConverter() |
| Modifier and Type | Method and Description |
|---|---|
abstract char[] |
getChars(byte[] bytes,
int offset,
int length) |
abstract char[] |
getChars(ByteBuffer byteBuffer,
int offset,
int length) |
abstract int |
getNumChars() |
public abstract int getNumChars()
public abstract char[] getChars(byte[] bytes,
int offset,
int length)
public abstract char[] getChars(ByteBuffer byteBuffer, int offset, int length)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.