Uses of Class
com.opengamma.strata.collect.io.ByteSourceCodec
-
Packages that use ByteSourceCodec Package Description com.opengamma.strata.collect.io Provides utilities for the management of input and output. -
-
Uses of ByteSourceCodec in com.opengamma.strata.collect.io
Methods in com.opengamma.strata.collect.io that return ByteSourceCodec Modifier and Type Method 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.Methods in com.opengamma.strata.collect.io with parameters of type ByteSourceCodec Modifier and Type Method Description ArrayByteSource
ArrayByteSource. decode(ByteSourceCodec codec)
Decodes the byte source.ArrayByteSource
ArrayByteSource. encode(ByteSourceCodec codec)
Encodes the byte source.
-