| Package | Description |
|---|---|
| be.atbash.util.codec |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultByteSource
Very simple
ByteSource implementation that maintains an internal byte[] array and uses the
Hex and Base64 codec classes to support the
toHex() and toBase64() implementations. |
| Modifier and Type | Method and Description |
|---|---|
ByteSource |
DefaultByteSourceCreator.bytes(Object source) |
ByteSource |
ByteSourceCreator.bytes(Object source)
Returns a
ByteSource instance representing the specified byte source argument. |
Copyright © 2014–2018. All rights reserved.