public final class ByteArrayTranscoder extends java.lang.Object implements Transcoder<byte[]>
| Modifier and Type | Field and Description |
|---|---|
static ByteArrayTranscoder |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
private |
ByteArrayTranscoder() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(byte[] b) |
byte[] |
encode(byte[] t) |
public static final ByteArrayTranscoder INSTANCE
public byte[] encode(byte[] t)
encode in interface Transcoder<byte[]>public byte[] decode(byte[] b)
decode in interface Transcoder<byte[]>Copyright © 2020 Spotify AB. All Rights Reserved.