| Package | Description |
|---|---|
| com.opengamma.strata.collect.io |
Provides utilities for the management of input and output.
|
| Modifier and Type | Method and Description |
|---|---|
static ByteSourceCodec |
ByteSourceCodec.of(String name)
Obtains an instance from the specified name.
|
static ByteSourceCodec |
ByteSourceCodec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ByteSourceCodec[] |
ByteSourceCodec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayByteSource |
ArrayByteSource.decode(ByteSourceCodec codec)
Decodes the byte source.
|
ArrayByteSource |
ArrayByteSource.encode(ByteSourceCodec codec)
Encodes the byte source.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.