Uses of Class
adams.core.base.BaseCharset
-
-
Uses of BaseCharset in adams.core.io
Methods in adams.core.io that return BaseCharset Modifier and Type Method Description BaseCharset
EncodingSupporter. getEncoding()
Returns the encoding to use.Methods in adams.core.io with parameters of type BaseCharset Modifier and Type Method Description void
EncodingSupporter. setEncoding(BaseCharset value)
Sets the encoding to use. -
Uses of BaseCharset in adams.core.io.filesearch
Fields in adams.core.io.filesearch declared as BaseCharset Modifier and Type Field Description protected BaseCharset
AbstractFileSearchHandlerWithEncoding. m_Encoding
the encoding to use.protected BaseCharset
AbstractMetaFileSearchHandlerWithEncoding. m_Encoding
the encoding to use.Methods in adams.core.io.filesearch that return BaseCharset Modifier and Type Method Description BaseCharset
AbstractFileSearchHandlerWithEncoding. getEncoding()
Returns the encoding to use.BaseCharset
AbstractMetaFileSearchHandlerWithEncoding. getEncoding()
Returns the encoding to use.Methods in adams.core.io.filesearch with parameters of type BaseCharset Modifier and Type Method Description void
AbstractFileSearchHandlerWithEncoding. setEncoding(BaseCharset value)
Sets the encoding to use.void
AbstractMetaFileSearchHandlerWithEncoding. setEncoding(BaseCharset value)
Sets the encoding to use. -
Uses of BaseCharset in adams.core.io.fileuse
Fields in adams.core.io.fileuse declared as BaseCharset Modifier and Type Field Description protected BaseCharset
LastLineMatches. m_Encoding
the encoding to use.Methods in adams.core.io.fileuse that return BaseCharset Modifier and Type Method Description BaseCharset
LastLineMatches. getEncoding()
Returns the encoding to use.Methods in adams.core.io.fileuse with parameters of type BaseCharset Modifier and Type Method Description void
LastLineMatches. setEncoding(BaseCharset value)
Sets the encoding to use. -
Uses of BaseCharset in adams.core.option
Fields in adams.core.option declared as BaseCharset Modifier and Type Field Description protected BaseCharset
CompactFlowConsumer. m_Encoding
the encoding to use.protected BaseCharset
CompactFlowProducer. m_Encoding
the encoding to use.protected BaseCharset
NestedConsumer. m_Encoding
the encoding to use.protected BaseCharset
NestedProducer. m_Encoding
the encoding to use.Methods in adams.core.option that return BaseCharset Modifier and Type Method Description BaseCharset
CompactFlowConsumer. getEncoding()
Returns the encoding to use.BaseCharset
CompactFlowProducer. getEncoding()
Returns the encoding to use.BaseCharset
NestedConsumer. getEncoding()
Returns the encoding to use.BaseCharset
NestedProducer. getEncoding()
Returns the encoding to use.Methods in adams.core.option with parameters of type BaseCharset Modifier and Type Method Description void
CompactFlowConsumer. setEncoding(BaseCharset value)
Sets the encoding to use.void
CompactFlowProducer. setEncoding(BaseCharset value)
Sets the encoding to use.void
NestedConsumer. setEncoding(BaseCharset value)
Sets the encoding to use.void
NestedProducer. setEncoding(BaseCharset value)
Sets the encoding to use. -
Uses of BaseCharset in adams.data.conversion
Fields in adams.data.conversion declared as BaseCharset Modifier and Type Field Description protected BaseCharset
ByteArrayToString. m_Encoding
the encoding to use.protected BaseCharset
DOMToString. m_Encoding
the encoding to use.protected BaseCharset
StringArrayToURLParameters. m_Encoding
the encoding to use.protected BaseCharset
StringToByteArray. m_Encoding
the encoding to use.protected BaseCharset
URLDecode. m_Encoding
the encoding to use.protected BaseCharset
URLEncode. m_Encoding
the encoding to use.protected BaseCharset
URLParametersToStringArray. m_Encoding
the encoding to use.Methods in adams.data.conversion that return BaseCharset Modifier and Type Method Description BaseCharset
ByteArrayToString. getEncoding()
Returns the encoding to use.BaseCharset
DOMToString. getEncoding()
Returns the encoding to use.BaseCharset
StringArrayToURLParameters. getEncoding()
Returns the encoding to use.BaseCharset
StringToByteArray. getEncoding()
Returns the encoding to use.BaseCharset
URLDecode. getEncoding()
Returns the encoding to use.BaseCharset
URLEncode. getEncoding()
Returns the encoding to use.BaseCharset
URLParametersToStringArray. getEncoding()
Returns the encoding to use.Methods in adams.data.conversion with parameters of type BaseCharset Modifier and Type Method Description void
ByteArrayToString. setEncoding(BaseCharset value)
Sets the encoding to use.void
DOMToString. setEncoding(BaseCharset value)
Sets the encoding to use.void
StringArrayToURLParameters. setEncoding(BaseCharset value)
Sets the encoding to use.void
StringToByteArray. setEncoding(BaseCharset value)
Sets the encoding to use.void
URLDecode. setEncoding(BaseCharset value)
Sets the encoding to use.void
URLEncode. setEncoding(BaseCharset value)
Sets the encoding to use.void
URLParametersToStringArray. setEncoding(BaseCharset value)
Sets the encoding to use. -
Uses of BaseCharset in adams.data.io.input
Fields in adams.data.io.input declared as BaseCharset Modifier and Type Field Description protected BaseCharset
AbstractSpreadSheetReader. m_Encoding
the encoding to use.protected BaseCharset
AbstractTextReaderWithEncoding. m_Encoding
the encoding to use.protected BaseCharset
DefaultFlowReader. m_Encoding
the encoding to use.protected BaseCharset
NestedAdamsExperimentReader. m_Encoding
the encoding to use.protected BaseCharset
NestedCommandlineReader. m_Encoding
the encoding to use.Methods in adams.data.io.input that return BaseCharset Modifier and Type Method Description BaseCharset
AbstractSpreadSheetReader. getEncoding()
Returns the encoding to use.BaseCharset
AbstractTextReaderWithEncoding. getEncoding()
Returns the encoding to use.BaseCharset
DefaultFlowReader. getEncoding()
Returns the encoding to use.BaseCharset
NestedAdamsExperimentReader. getEncoding()
Returns the encoding to use.BaseCharset
NestedCommandlineReader. getEncoding()
Returns the encoding to use.Methods in adams.data.io.input with parameters of type BaseCharset Modifier and Type Method Description void
AbstractSpreadSheetReader. setEncoding(BaseCharset value)
Sets the encoding to use.void
AbstractTextReaderWithEncoding. setEncoding(BaseCharset value)
Sets the encoding to use.void
DefaultFlowReader. setEncoding(BaseCharset value)
Sets the encoding to use.void
NestedAdamsExperimentReader. setEncoding(BaseCharset value)
Sets the encoding to use.void
NestedCommandlineReader. setEncoding(BaseCharset value)
Sets the encoding to use. -
Uses of BaseCharset in adams.data.io.output
Fields in adams.data.io.output declared as BaseCharset Modifier and Type Field Description protected BaseCharset
AbstractSpreadSheetWriter. m_Encoding
the encoding to use.protected BaseCharset
AbstractTextWriterWithEncoding. m_Encoding
the encoding to use.protected BaseCharset
DefaultFlowWriter. m_Encoding
the encoding to use.Methods in adams.data.io.output that return BaseCharset Modifier and Type Method Description BaseCharset
AbstractSpreadSheetWriter. getEncoding()
Returns the encoding to use.BaseCharset
AbstractTextWriterWithEncoding. getEncoding()
Returns the encoding to use.BaseCharset
DefaultFlowWriter. getEncoding()
Returns the encoding to use.Methods in adams.data.io.output with parameters of type BaseCharset Modifier and Type Method Description void
AbstractSpreadSheetWriter. setEncoding(BaseCharset value)
Sets the encoding to use.void
AbstractTextWriterWithEncoding. setEncoding(BaseCharset value)
Sets the encoding to use.void
DefaultFlowWriter. setEncoding(BaseCharset value)
Sets the encoding to use. -
Uses of BaseCharset in adams.doc.listing
Fields in adams.doc.listing declared as BaseCharset Modifier and Type Field Description protected BaseCharset
AbstractFileBasedListingOutputWithEncoding. m_Encoding
the encoding to use.protected BaseCharset
OptionOutput. m_Encoding
the encoding to use.Methods in adams.doc.listing that return BaseCharset Modifier and Type Method Description BaseCharset
AbstractFileBasedListingOutputWithEncoding. getEncoding()
Returns the encoding to use.BaseCharset
OptionOutput. getEncoding()
Returns the encoding to use.Methods in adams.doc.listing with parameters of type BaseCharset Modifier and Type Method Description void
AbstractFileBasedListingOutputWithEncoding. setEncoding(BaseCharset value)
Sets the encoding to use.void
OptionOutput. setEncoding(BaseCharset value)
Sets the encoding to use. -
Uses of BaseCharset in adams.flow.sink
Fields in adams.flow.sink declared as BaseCharset Modifier and Type Field Description protected BaseCharset
BinaryFileWriter. m_Encoding
the encoding to use.protected BaseCharset
DumpFile. m_Encoding
the encoding to use.protected BaseCharset
Socket. m_Encoding
the encoding to use.protected BaseCharset
XMLFileWriter. m_Encoding
the encoding to use.Methods in adams.flow.sink that return BaseCharset Modifier and Type Method Description BaseCharset
DumpFile. getEncoding()
Returns the encoding to use.BaseCharset
Socket. getEncoding()
Returns the encoding to use.BaseCharset
XMLFileWriter. getEncoding()
Returns the encoding to use.Methods in adams.flow.sink with parameters of type BaseCharset Modifier and Type Method Description void
DumpFile. setEncoding(BaseCharset value)
Sets the encoding to use.void
Socket. setEncoding(BaseCharset value)
Sets the encoding to use.void
XMLFileWriter. setEncoding(BaseCharset value)
Sets the encoding to use. -
Uses of BaseCharset in adams.flow.sink.sendnotification
Fields in adams.flow.sink.sendnotification declared as BaseCharset Modifier and Type Field Description protected BaseCharset
LogFile. m_Encoding
the encoding to use.Methods in adams.flow.sink.sendnotification that return BaseCharset Modifier and Type Method Description BaseCharset
LogFile. getEncoding()
Returns the encoding to use.Methods in adams.flow.sink.sendnotification with parameters of type BaseCharset Modifier and Type Method Description void
LogFile. setEncoding(BaseCharset value)
Sets the encoding to use. -
Uses of BaseCharset in adams.flow.source
Fields in adams.flow.source declared as BaseCharset Modifier and Type Field Description protected BaseCharset
Socket. m_Encoding
the encoding to use.protected BaseCharset
SelectCharset. m_InitialCharset
the initial directory.Methods in adams.flow.source that return BaseCharset Modifier and Type Method Description BaseCharset
Socket. getEncoding()
Returns the encoding to use.BaseCharset
SelectCharset. getInitialCharset()
Returns the initial character set.Methods in adams.flow.source with parameters of type BaseCharset Modifier and Type Method Description void
Socket. setEncoding(BaseCharset value)
Sets the encoding to use.void
SelectCharset. setInitialCharset(BaseCharset value)
Sets the initial character set. -
Uses of BaseCharset in adams.flow.transformer
Fields in adams.flow.transformer declared as BaseCharset Modifier and Type Field Description protected BaseCharset
HttpRequest. m_Encoding
the encoding to use.protected BaseCharset
PythonExpandScript. m_Encoding
the encoding to use.Methods in adams.flow.transformer that return BaseCharset Modifier and Type Method Description BaseCharset
HttpRequest. getEncoding()
Returns the encoding to use.BaseCharset
PythonExpandScript. getEncoding()
Returns the encoding to use.Methods in adams.flow.transformer with parameters of type BaseCharset Modifier and Type Method Description void
HttpRequest. setEncoding(BaseCharset value)
Sets the encoding to use.void
PythonExpandScript. setEncoding(BaseCharset value)
Sets the encoding to use. -
Uses of BaseCharset in weka.core.converters
Fields in weka.core.converters declared as BaseCharset Modifier and Type Field Description protected BaseCharset
SimpleArffLoader. m_Encoding
the encoding to use.protected BaseCharset
SimpleArffSaver. m_Encoding
the encoding to use.Methods in weka.core.converters that return BaseCharset Modifier and Type Method Description BaseCharset
SimpleArffLoader. getEncoding()
Returns the encoding to use.BaseCharset
SimpleArffSaver. getEncoding()
Returns the encoding to use.Methods in weka.core.converters with parameters of type BaseCharset Modifier and Type Method Description void
SimpleArffLoader. setEncoding(BaseCharset value)
Sets the encoding to use.void
SimpleArffSaver. setEncoding(BaseCharset value)
Sets the encoding to use.
-