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 classStringCharSourceA char source implementation that explicitly wraps aString.Methods in com.opengamma.strata.collect.io that return BeanCharSource Modifier and Type Method Description BeanCharSourceBeanByteSource. asCharSource(Charset charset)BeanCharSourceBeanByteSource. asCharSourceUtf8()Returns aCharSourcefor the same bytes, converted to UTF-8.BeanCharSourceBeanByteSource. asCharSourceUtf8UsingBom()Returns aCharSourcefor the File, converted to UTF-8 using a Byte-Order Mark if available.BeanCharSourceResourceLocator. getCharSource()Gets the char source to access the resource using UTF-8.BeanCharSourceResourceLocator. getCharSource(Charset charset)Gets the char source to access the resource specifying the character set.static BeanCharSourceUnicodeBom. toCharSource(BeanByteSource byteSource)Converts aBeanByteSourceto aBeanCharSource.
-