Uses of Class
com.opengamma.strata.collect.io.BeanCharSource
-
Packages that use BeanCharSource Package Description com.opengamma.strata.collect.io Provides utilities for the management of input and output. -
-
Uses of BeanCharSource in com.opengamma.strata.collect.io
Subclasses of BeanCharSource in com.opengamma.strata.collect.io Modifier and Type Class Description class
StringCharSource
A char source implementation that explicitly wraps aString
.Methods in com.opengamma.strata.collect.io that return BeanCharSource Modifier and Type Method Description BeanCharSource
BeanByteSource. asCharSource(Charset charset)
BeanCharSource
BeanByteSource. asCharSourceUtf8()
Returns aCharSource
for the same bytes, converted to UTF-8.BeanCharSource
BeanByteSource. asCharSourceUtf8UsingBom()
Returns aCharSource
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 aBeanByteSource
to aBeanCharSource
.
-