| Package | Description |
|---|---|
| com.opengamma.strata.collect.io |
Provides utilities for the management of input and output.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StringCharSource
A char source implementation that explicitly wraps a
String. |
| Modifier and Type | Method and Description |
|---|---|
BeanCharSource |
BeanByteSource.asCharSource(Charset charset) |
BeanCharSource |
BeanByteSource.asCharSourceUtf8()
Returns a
CharSource for the same bytes, converted to UTF-8. |
BeanCharSource |
BeanByteSource.asCharSourceUtf8UsingBom()
Returns a
CharSource for the File, converted to UTF-8 using a Byte-Order Mark if available. |
BeanCharSource |
ResourceLocator.getCharSource()
Gets the char source to access the resource using UTF-8.
|
BeanCharSource |
ResourceLocator.getCharSource(Charset charset)
Gets the char source to access the resource specifying the character set.
|
static BeanCharSource |
UnicodeBom.toCharSource(BeanByteSource byteSource)
Converts a
BeanByteSource to a BeanCharSource. |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.