跳过导航链接
A B C D E F G H I J L M N O Q R S V W 

A

AbstractCodeDescReadConverter<E extends ICodeDesc> - com.github.houbb.csv.support.convert.read中的类
获取 label 描述映射为 code 转换类
AbstractCodeDescReadConverter() - 类 的构造器com.github.houbb.csv.support.convert.read.AbstractCodeDescReadConverter
 
AbstractCodeDescWriteConverter<E extends ICodeDesc> - com.github.houbb.csv.support.convert.read中的类
获取编码描述映射转换类
AbstractCodeDescWriteConverter() - 类 的构造器com.github.houbb.csv.support.convert.read.AbstractCodeDescWriteConverter
 
AbstractCollectionWriteConverter - com.github.houbb.csv.support.convert.write.collection中的类
抽象集合写入转换器
AbstractCollectionWriteConverter() - 类 的构造器com.github.houbb.csv.support.convert.write.collection.AbstractCollectionWriteConverter
 
ArrayReadConverter - com.github.houbb.csv.support.convert.read.collection中的类
数组读取
ArrayReadConverter() - 类 的构造器com.github.houbb.csv.support.convert.read.collection.ArrayReadConverter
 
ArrayWriteConverter - com.github.houbb.csv.support.convert.write.collection中的类
数组写入转换器
ArrayWriteConverter() - 类 的构造器com.github.houbb.csv.support.convert.write.collection.ArrayWriteConverter
 

B

BooleanReadConverter - com.github.houbb.csv.support.convert.read.type.impl中的类
Boolean 读取转换器
BooleanReadConverter() - 类 的构造器com.github.houbb.csv.support.convert.read.type.impl.BooleanReadConverter
 
ByteReadConverter - com.github.houbb.csv.support.convert.read.type.impl中的类
Byte 读取转换器
ByteReadConverter() - 类 的构造器com.github.houbb.csv.support.convert.read.type.impl.ByteReadConverter
 

C

CharacterReadConverter - com.github.houbb.csv.support.convert.read.type.impl中的类
Character 读取转换器
CharacterReadConverter() - 类 的构造器com.github.houbb.csv.support.convert.read.type.impl.CharacterReadConverter
 
classType() - 类 中的方法com.github.houbb.csv.support.context.SingleReadContext
 
classType(Class) - 类 中的方法com.github.houbb.csv.support.context.SingleReadContext
 
codeDescArray() - 类 中的方法com.github.houbb.csv.support.convert.read.AbstractCodeDescReadConverter
获取映射类
codeDescArray() - 类 中的方法com.github.houbb.csv.support.convert.read.AbstractCodeDescWriteConverter
获取映射类
CollectionReadConverter - com.github.houbb.csv.support.convert.read.collection中的类
集合读取转换类
CollectionReadConverter() - 类 的构造器com.github.houbb.csv.support.convert.read.collection.CollectionReadConverter
 
CollectionWriteConverter - com.github.houbb.csv.support.convert.write.collection中的类
集合写入转换器
CollectionWriteConverter() - 类 的构造器com.github.houbb.csv.support.convert.write.collection.CollectionWriteConverter
 
COLON - 类 中的静态变量com.github.houbb.csv.constant.CsvEscapeConst
冒号
com.github.houbb.csv - 程序包 com.github.houbb.csv
 
com.github.houbb.csv.annotation - 程序包 com.github.houbb.csv.annotation
 
com.github.houbb.csv.api - 程序包 com.github.houbb.csv.api
 
com.github.houbb.csv.bs - 程序包 com.github.houbb.csv.bs
 
com.github.houbb.csv.constant - 程序包 com.github.houbb.csv.constant
 
com.github.houbb.csv.exception - 程序包 com.github.houbb.csv.exception
 
com.github.houbb.csv.support - 程序包 com.github.houbb.csv.support
 
com.github.houbb.csv.support.context - 程序包 com.github.houbb.csv.support.context
 
com.github.houbb.csv.support.convert - 程序包 com.github.houbb.csv.support.convert
 
com.github.houbb.csv.support.convert.mapping - 程序包 com.github.houbb.csv.support.convert.mapping
 
com.github.houbb.csv.support.convert.read - 程序包 com.github.houbb.csv.support.convert.read
 
com.github.houbb.csv.support.convert.read.collection - 程序包 com.github.houbb.csv.support.convert.read.collection
 
com.github.houbb.csv.support.convert.read.entry - 程序包 com.github.houbb.csv.support.convert.read.entry
 
com.github.houbb.csv.support.convert.read.type - 程序包 com.github.houbb.csv.support.convert.read.type
 
com.github.houbb.csv.support.convert.read.type.impl - 程序包 com.github.houbb.csv.support.convert.read.type.impl
 
com.github.houbb.csv.support.convert.write - 程序包 com.github.houbb.csv.support.convert.write
 
com.github.houbb.csv.support.convert.write.collection - 程序包 com.github.houbb.csv.support.convert.write.collection
 
com.github.houbb.csv.support.convert.write.entry - 程序包 com.github.houbb.csv.support.convert.write.entry
 
com.github.houbb.csv.support.csv - 程序包 com.github.houbb.csv.support.csv
 
com.github.houbb.csv.support.reader - 程序包 com.github.houbb.csv.support.reader
 
com.github.houbb.csv.support.reader.impl - 程序包 com.github.houbb.csv.support.reader.impl
 
com.github.houbb.csv.support.writer - 程序包 com.github.houbb.csv.support.writer
 
com.github.houbb.csv.support.writer.impl - 程序包 com.github.houbb.csv.support.writer.impl
 
com.github.houbb.csv.util - 程序包 com.github.houbb.csv.util
 
COMMA - 类 中的静态变量com.github.houbb.csv.constant.CsvConst
逗号 用于 CSV 标准的分隔字段信息。
COMMA - 类 中的静态变量com.github.houbb.csv.constant.CsvEscapeConst
逗号
CommonReadConverter - com.github.houbb.csv.support.convert.read中的类
通用读取转换器
CommonReadConverter() - 类 的构造器com.github.houbb.csv.support.convert.read.CommonReadConverter
 
CommonWriteConverter - com.github.houbb.csv.support.convert.write中的类
通用的写入转换类 (1)除了集合类 map/array/collection 单独处理 (2)其他类直接使用 StringUtil.objectToString(Object, String) 转为字符串
CommonWriteConverter() - 类 的构造器com.github.houbb.csv.support.convert.write.CommonWriteConverter
 
console() - 类 中的静态方法com.github.houbb.csv.support.writer.impl.CsvWriters
命令行输出
convert(SingleReadContext) - 接口 中的方法com.github.houbb.csv.api.IReadConverter
执行转换
convert(SingleWriteContext) - 接口 中的方法com.github.houbb.csv.api.IWriteConverter
执行转换
convert(SingleReadContext) - 类 中的方法com.github.houbb.csv.support.convert.mapping.ReadMappingConverter
 
convert(SingleWriteContext) - 类 中的方法com.github.houbb.csv.support.convert.mapping.WriteMappingConverter
 
convert(SingleReadContext) - 类 中的方法com.github.houbb.csv.support.convert.read.AbstractCodeDescReadConverter
 
convert(SingleReadContext) - 类 中的方法com.github.houbb.csv.support.convert.read.AbstractCodeDescWriteConverter
 
convert(SingleReadContext) - 类 中的方法com.github.houbb.csv.support.convert.read.collection.ArrayReadConverter
 
convert(SingleReadContext) - 类 中的方法com.github.houbb.csv.support.convert.read.collection.CollectionReadConverter
 
convert(SingleReadContext) - 类 中的方法com.github.houbb.csv.support.convert.read.collection.MapReadConverter
 
convert(SingleReadContext) - 类 中的方法com.github.houbb.csv.support.convert.read.CommonReadConverter
 
convert(String, Class, boolean) - 类 中的方法com.github.houbb.csv.support.convert.read.CommonReadConverter
根据类型进行转换
convert(SingleReadContext) - 类 中的方法com.github.houbb.csv.support.convert.read.entry.EntryReadConverter
 
convert(String, Class) - 类 中的方法com.github.houbb.csv.support.convert.read.type.impl.BooleanReadConverter
 
convert(String, Class) - 类 中的方法com.github.houbb.csv.support.convert.read.type.impl.ByteReadConverter
 
convert(String, Class) - 类 中的方法com.github.houbb.csv.support.convert.read.type.impl.CharacterReadConverter
 
convert(String, Class) - 类 中的方法com.github.houbb.csv.support.convert.read.type.impl.DoubleReadConverter
 
convert(String, Class) - 类 中的方法com.github.houbb.csv.support.convert.read.type.impl.FloatReadConverter
 
convert(String, Class) - 类 中的方法com.github.houbb.csv.support.convert.read.type.impl.IntegerReadConverter
 
convert(String, Class) - 类 中的方法com.github.houbb.csv.support.convert.read.type.impl.LongReadConverter
 
convert(String, Class) - 类 中的方法com.github.houbb.csv.support.convert.read.type.impl.ShortReadConverter
 
convert(String, Class) - 类 中的方法com.github.houbb.csv.support.convert.read.type.impl.StringReadConverter
 
convert(String, Class) - 接口 中的方法com.github.houbb.csv.support.convert.read.type.ITypeConverter
执行转换
convert(SingleWriteContext) - 类 中的方法com.github.houbb.csv.support.convert.write.collection.ArrayWriteConverter
 
convert(SingleWriteContext) - 类 中的方法com.github.houbb.csv.support.convert.write.collection.CollectionWriteConverter
 
convert(SingleWriteContext) - 类 中的方法com.github.houbb.csv.support.convert.write.collection.MapWriteConverter
 
convert(SingleWriteContext) - 类 中的方法com.github.houbb.csv.support.convert.write.CommonWriteConverter
 
convert(SingleWriteContext) - 类 中的方法com.github.houbb.csv.support.convert.write.entry.EntryWriteConverter
 
convert(SingleWriteContext) - 类 中的方法com.github.houbb.csv.support.convert.write.StringWriteConverter
 
Csv - com.github.houbb.csv.annotation中的注释类型
CSV 注解
csv() - 类 中的方法com.github.houbb.csv.support.context.SingleReadContext
 
csv(Csv) - 类 中的方法com.github.houbb.csv.support.context.SingleReadContext
 
csv() - 类 中的方法com.github.houbb.csv.support.context.SingleWriteContext
 
csv(Csv) - 类 中的方法com.github.houbb.csv.support.context.SingleWriteContext
 
CsvBomUtil - com.github.houbb.csv.util中的类
Bom 工具类 针对常见的编码 bom 进行整理,避免 windows 打开 csv 乱码。
CsvConfigConst - com.github.houbb.csv.constant中的类
CSV 配置常量定义
CsvConst - com.github.houbb.csv.constant中的类
CSV 常量定义
CsvEntry - com.github.houbb.csv.annotation中的注释类型
CSV 内嵌类注解 (1)放在对象字段,或者对象列表字段上。
CsvEscapeConst - com.github.houbb.csv.constant中的类
CSV 特殊符号转换常量 采用类似于 html 的特殊字符转移。
CsvException - com.github.houbb.csv.exception中的异常错误
 
CsvException() - 异常错误 的构造器com.github.houbb.csv.exception.CsvException
 
CsvException(String) - 异常错误 的构造器com.github.houbb.csv.exception.CsvException
 
CsvException(String, Throwable) - 异常错误 的构造器com.github.houbb.csv.exception.CsvException
 
CsvException(Throwable) - 异常错误 的构造器com.github.houbb.csv.exception.CsvException
 
CsvException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.github.houbb.csv.exception.CsvException
 
CsvFieldUtil - com.github.houbb.csv.util中的类
CSV 字段工具类
CsvHelper - com.github.houbb.csv.util中的类
csv 读写工具类
CsvInnerUtil - com.github.houbb.csv.util中的类
内部工具类
CsvOperateType - com.github.houbb.csv.constant中的枚举
csv 操作类型
CsvReadBs - com.github.houbb.csv.bs中的类
csv 读取引导类
CsvReaderFile - com.github.houbb.csv.support.reader.impl中的类
 
CsvReaderFile(File, String) - 类 的构造器com.github.houbb.csv.support.reader.impl.CsvReaderFile
 
CsvReaderFile(File) - 类 的构造器com.github.houbb.csv.support.reader.impl.CsvReaderFile
 
CsvReaderFilePath - com.github.houbb.csv.support.reader.impl中的类
 
CsvReaderFilePath(String, String) - 类 的构造器com.github.houbb.csv.support.reader.impl.CsvReaderFilePath
 
CsvReaderFilePath(String) - 类 的构造器com.github.houbb.csv.support.reader.impl.CsvReaderFilePath
 
CsvReaderInputStream - com.github.houbb.csv.support.reader.impl中的类
输入流
CsvReaderInputStream(InputStream, String) - 类 的构造器com.github.houbb.csv.support.reader.impl.CsvReaderInputStream
 
CsvReaderInputStream(InputStream) - 类 的构造器com.github.houbb.csv.support.reader.impl.CsvReaderInputStream
 
CsvReaderList - com.github.houbb.csv.support.reader.impl中的类
 
CsvReaderList(List<String>) - 类 的构造器com.github.houbb.csv.support.reader.impl.CsvReaderList
 
CsvReaders - com.github.houbb.csv.support.reader.impl中的类
 
CsvStringListHelper - com.github.houbb.csv.util中的类
csv 读写工具类
CsvStringListHelper() - 类 的构造器com.github.houbb.csv.util.CsvStringListHelper
 
CsvWriteBs - com.github.houbb.csv.bs中的类
csv 写入引导类
CsvWriterConsole - com.github.houbb.csv.support.writer.impl中的类
控台输出,主要用于调试和自测
CsvWriterConsole() - 类 的构造器com.github.houbb.csv.support.writer.impl.CsvWriterConsole
 
CsvWriterContext - com.github.houbb.csv.support.writer.impl中的类
 
CsvWriterContext() - 类 的构造器com.github.houbb.csv.support.writer.impl.CsvWriterContext
 
CsvWriterFilePath - com.github.houbb.csv.support.writer.impl中的类
控台输出,主要用于调试和自测
CsvWriterFilePath(String, String) - 类 的构造器com.github.houbb.csv.support.writer.impl.CsvWriterFilePath
 
CsvWriterFilePath(String) - 类 的构造器com.github.houbb.csv.support.writer.impl.CsvWriterFilePath
 
CsvWriterNone - com.github.houbb.csv.support.writer.impl中的类
 
CsvWriterNone() - 类 的构造器com.github.houbb.csv.support.writer.impl.CsvWriterNone
 
CsvWriters - com.github.houbb.csv.support.writer.impl中的类
控台输出,主要用于调试和自测

D

DEFAULT_END_INDEX - 类 中的静态变量com.github.houbb.csv.constant.CsvConst
默认结束下标
DEFAULT_QUOTE_CHAR - 类 中的静态变量com.github.houbb.csv.constant.CsvConfigConst
 
DEFAULT_START_INDEX - 类 中的静态变量com.github.houbb.csv.constant.CsvConst
默认开始下标
DefaultCsv<T> - com.github.houbb.csv.support.csv中的类
默认的 csv 处理实现
DefaultCsv() - 类 的构造器com.github.houbb.csv.support.csv.DefaultCsv
 
DefaultReadContext<T> - com.github.houbb.csv.support.context中的类
默认读取上下文
DefaultReadContext() - 类 的构造器com.github.houbb.csv.support.context.DefaultReadContext
 
DefaultStringListCsv - com.github.houbb.csv.support.csv中的类
处理为 list
DefaultStringListCsv() - 类 的构造器com.github.houbb.csv.support.csv.DefaultStringListCsv
 
DefaultWriteContext<T> - com.github.houbb.csv.support.context中的类
默认写入上下文
DefaultWriteContext() - 类 的构造器com.github.houbb.csv.support.context.DefaultWriteContext
 
DoubleReadConverter - com.github.houbb.csv.support.convert.read.type.impl中的类
Double 读取转换器
DoubleReadConverter() - 类 的构造器com.github.houbb.csv.support.convert.read.type.impl.DoubleReadConverter
 

E

element() - 类 中的方法com.github.houbb.csv.support.context.SingleWriteContext
 
element(Object) - 类 中的方法com.github.houbb.csv.support.context.SingleWriteContext
 
endIndex() - 接口 中的方法com.github.houbb.csv.api.IReadContext
结束的下标
endIndex(int) - 类 中的方法com.github.houbb.csv.bs.CsvReadBs
设置结束下标
endIndex() - 类 中的方法com.github.houbb.csv.support.context.DefaultReadContext
 
endIndex(int) - 类 中的方法com.github.houbb.csv.support.context.DefaultReadContext
 
ENTRY_SPLIT_UNIT - 类 中的静态变量com.github.houbb.csv.constant.CsvConst
明细分割单元-char
ENTRY_SPLIT_UNIT_CHAR - 类 中的静态变量com.github.houbb.csv.constant.CsvConst
明细分割单元-char
EntryReadConverter<T> - com.github.houbb.csv.support.convert.read.entry中的类
针对单个对象的信息读取
EntryReadConverter() - 类 的构造器com.github.houbb.csv.support.convert.read.entry.EntryReadConverter
 
EntryWriteConverter - com.github.houbb.csv.support.convert.write.entry中的类
针对单个对象的信息构建 (1)必须为对象 (2)必须为用户自定义对象 1. array 2.
EntryWriteConverter() - 类 的构造器com.github.houbb.csv.support.convert.write.entry.EntryWriteConverter
 
EQUAL - 类 中的静态变量com.github.houbb.csv.constant.CsvEscapeConst
等于
EQUALS - 类 中的静态变量com.github.houbb.csv.constant.CsvConst
map 的 key=value 会使用
escape() - 接口 中的方法com.github.houbb.csv.api.IReadContext
是否进行特殊字符转义
escape() - 接口 中的方法com.github.houbb.csv.api.IWriteContext
是否进行特殊字符转移
escape(boolean) - 类 中的方法com.github.houbb.csv.bs.CsvReadBs
设置是否进行转义
escape(boolean) - 类 中的方法com.github.houbb.csv.bs.CsvWriteBs
是否进行转义
escape() - 类 中的方法com.github.houbb.csv.support.context.DefaultReadContext
 
escape(boolean) - 类 中的方法com.github.houbb.csv.support.context.DefaultReadContext
 
escape() - 类 中的方法com.github.houbb.csv.support.context.DefaultWriteContext
 
escape(boolean) - 类 中的方法com.github.houbb.csv.support.context.DefaultWriteContext
 
escape() - 类 中的方法com.github.houbb.csv.support.context.SingleReadContext
 
escape(boolean) - 类 中的方法com.github.houbb.csv.support.context.SingleReadContext
 
escape() - 类 中的方法com.github.houbb.csv.support.context.SingleWriteContext
 
escape(boolean) - 类 中的方法com.github.houbb.csv.support.context.SingleWriteContext
 

F

field() - 类 中的方法com.github.houbb.csv.support.context.SingleReadContext
 
field(Field) - 类 中的方法com.github.houbb.csv.support.context.SingleReadContext
 
field() - 类 中的方法com.github.houbb.csv.support.context.SingleWriteContext
 
field(Field) - 类 中的方法com.github.houbb.csv.support.context.SingleWriteContext
 
fieldType() - 类 中的方法com.github.houbb.csv.support.context.SingleReadContext
 
fieldType(Class) - 类 中的方法com.github.houbb.csv.support.context.SingleReadContext
 
file(File, String) - 类 中的静态方法com.github.houbb.csv.support.reader.impl.CsvReaders
基于字符串列表的处理
file(File) - 类 中的静态方法com.github.houbb.csv.support.reader.impl.CsvReaders
基于字符串列表的处理
filePath(String, String) - 类 中的静态方法com.github.houbb.csv.support.reader.impl.CsvReaders
基于文件路径的处理
filePath(String) - 类 中的静态方法com.github.houbb.csv.support.reader.impl.CsvReaders
基于文件路径的处理
filePath(String, String) - 类 中的静态方法com.github.houbb.csv.support.writer.impl.CsvWriters
文件输出
filePath(String) - 类 中的静态方法com.github.houbb.csv.support.writer.impl.CsvWriters
文件输出
FloatReadConverter - com.github.houbb.csv.support.convert.read.type.impl中的类
Float 读取转换器
FloatReadConverter() - 类 的构造器com.github.houbb.csv.support.convert.read.type.impl.FloatReadConverter
 

G

getBom(String) - 类 中的静态方法com.github.houbb.csv.util.CsvBomUtil
获取对应的 bom 头
getCode() - 接口 中的方法com.github.houbb.csv.api.ICodeDesc
获取编码
getDesc() - 接口 中的方法com.github.houbb.csv.api.ICodeDesc
获取描述
getJoinEscapeField(String, char) - 类 中的方法com.github.houbb.csv.support.csv.DefaultStringListCsv
 
getMappingMap(String) - 类 中的静态方法com.github.houbb.csv.util.CsvInnerUtil
获取映射 map
getNextSplit(String) - 类 中的静态方法com.github.houbb.csv.util.CsvInnerUtil
获取下一个分隔符号
getReadMapping(Class, ISort) - 类 中的静态方法com.github.houbb.csv.util.CsvFieldUtil
获取读取的映射关系
getSortedFields(Class, ISort, CsvOperateType) - 类 中的静态方法com.github.houbb.csv.util.CsvFieldUtil
获取排序后的字段

H

handle(Pair<Object, Boolean>) - 类 中的方法com.github.houbb.csv.support.convert.write.StringWriteConverter
 
head() - 接口 中的方法com.github.houbb.csv.support.writer.ICsvWriterContext
头信息
head() - 类 中的方法com.github.houbb.csv.support.writer.impl.CsvWriterContext
 
head(String) - 类 中的方法com.github.houbb.csv.support.writer.impl.CsvWriterContext
 

I

ICodeDesc - com.github.houbb.csv.api中的接口
枚举值编码和描述接口
ICsv<T> - com.github.houbb.csv.api中的接口
CSV 读写接口
ICsvReader - com.github.houbb.csv.support.reader中的接口
可以抽象为 readers 1. readString 2. readLines
ICsvWriter - com.github.houbb.csv.support.writer中的接口
 
ICsvWriterContext - com.github.houbb.csv.support.writer中的接口
写入上下文
inputStream(InputStream, String) - 类 中的静态方法com.github.houbb.csv.support.reader.impl.CsvReaders
基于文件输入流的处理
inputStream(InputStream) - 类 中的静态方法com.github.houbb.csv.support.reader.impl.CsvReaders
基于文件输入流的处理
IntegerReadConverter - com.github.houbb.csv.support.convert.read.type.impl中的类
Integer 读取转换器
IntegerReadConverter() - 类 的构造器com.github.houbb.csv.support.convert.read.type.impl.IntegerReadConverter
 
IReadContext<T> - com.github.houbb.csv.api中的接口
读取上下文
IReadConverter<T> - com.github.houbb.csv.api中的接口
读取转换器,将 string 转换为 field
isEntryAble(Field) - 类 中的静态方法com.github.houbb.csv.util.CsvFieldUtil
是否进行明细相关处理
ITypeConverter<T> - com.github.houbb.csv.support.convert.read.type中的接口
根据类型进行转换
IWriteContext<T> - com.github.houbb.csv.api中的接口
写入上下文
IWriteConverter - com.github.houbb.csv.api中的接口
读取转换器,将 field 转换为 string

J

joinCsvLine(List<String>, char) - 类 中的方法com.github.houbb.csv.support.csv.DefaultStringListCsv
 

L

list() - 接口 中的方法com.github.houbb.csv.api.ICodeDesc
列表
list() - 接口 中的方法com.github.houbb.csv.api.IWriteContext
待写入的列表
list() - 类 中的方法com.github.houbb.csv.support.context.DefaultWriteContext
 
list(List<T>) - 类 中的方法com.github.houbb.csv.support.context.DefaultWriteContext
 
list(List<String>) - 类 中的静态方法com.github.houbb.csv.support.reader.impl.CsvReaders
基于字符串列表的处理
list() - 接口 中的方法com.github.houbb.csv.support.writer.ICsvWriterContext
待写入的字符串列表
list() - 类 中的方法com.github.houbb.csv.support.writer.impl.CsvWriterContext
 
list(List<String>) - 类 中的方法com.github.houbb.csv.support.writer.impl.CsvWriterContext
 
LongReadConverter - com.github.houbb.csv.support.convert.read.type.impl中的类
Long 读取转换器
LongReadConverter() - 类 的构造器com.github.houbb.csv.support.convert.read.type.impl.LongReadConverter
 

M

MAPPING_SPLITTER - 类 中的静态变量com.github.houbb.csv.constant.CsvConst
映射分割符号
MAPPING_UNIT_SPLITTER - 类 中的静态变量com.github.houbb.csv.constant.CsvConst
每一组元素的分割符号
MapReadConverter - com.github.houbb.csv.support.convert.read.collection中的类
Map 读取转换类
MapReadConverter() - 类 的构造器com.github.houbb.csv.support.convert.read.collection.MapReadConverter
 
MapWriteConverter - com.github.houbb.csv.support.convert.write.collection中的类
MAP 写入转换器
MapWriteConverter() - 类 的构造器com.github.houbb.csv.support.convert.write.collection.MapWriteConverter
 

N

newInstance() - 类 中的静态方法com.github.houbb.csv.bs.CsvReadBs
新建对象
newInstance() - 类 中的静态方法com.github.houbb.csv.bs.CsvWriteBs
新建对象实例
newInstance() - 类 中的方法com.github.houbb.csv.support.context.DefaultReadContext
 
newInstance() - 类 中的静态方法com.github.houbb.csv.support.context.SingleReadContext
创建新的实例
newInstance() - 类 中的静态方法com.github.houbb.csv.support.context.SingleWriteContext
创建一个全新的实例
newInstance() - 类 中的静态方法com.github.houbb.csv.support.writer.impl.CsvWriterContext
新建实例
none() - 类 中的静态方法com.github.houbb.csv.support.writer.impl.CsvWriters
什么都不做

O

OR - 类 中的静态变量com.github.houbb.csv.constant.CsvConst
数组分隔符 or
OR - 类 中的静态变量com.github.houbb.csv.constant.CsvEscapeConst
OR

Q

quoteChar() - 接口 中的方法com.github.houbb.csv.api.IReadContext
引用字符
quoteChar() - 接口 中的方法com.github.houbb.csv.api.IWriteContext
引用字符
quoteChar(char) - 类 中的方法com.github.houbb.csv.bs.CsvReadBs
 
quoteChar(char) - 类 中的方法com.github.houbb.csv.bs.CsvWriteBs
 
quoteChar() - 类 中的方法com.github.houbb.csv.support.context.DefaultReadContext
 
quoteChar(char) - 类 中的方法com.github.houbb.csv.support.context.DefaultReadContext
 
quoteChar() - 类 中的方法com.github.houbb.csv.support.context.DefaultWriteContext
 
quoteChar(char) - 类 中的方法com.github.houbb.csv.support.context.DefaultWriteContext
 

R

read(IReadContext<T>) - 接口 中的方法com.github.houbb.csv.api.ICsv
读取
read(Class<T>) - 类 中的方法com.github.houbb.csv.bs.CsvReadBs
将指定文件的内容读取到列表中
read(IReadContext<T>) - 类 中的方法com.github.houbb.csv.support.csv.DefaultCsv
 
read(IReadContext<List<String>>) - 类 中的方法com.github.houbb.csv.support.csv.DefaultStringListCsv
 
read() - 接口 中的方法com.github.houbb.csv.support.reader.ICsvReader
读取内容
read() - 类 中的方法com.github.houbb.csv.support.reader.impl.CsvReaderFile
读取内容
read() - 类 中的方法com.github.houbb.csv.support.reader.impl.CsvReaderFilePath
读取内容
read() - 类 中的方法com.github.houbb.csv.support.reader.impl.CsvReaderInputStream
读取内容
read() - 类 中的方法com.github.houbb.csv.support.reader.impl.CsvReaderList
读取内容
read(InputStream, Class<T>) - 类 中的静态方法com.github.houbb.csv.util.CsvHelper
读取文件信息
read(InputStream, String, Class<T>) - 类 中的静态方法com.github.houbb.csv.util.CsvHelper
读取文件信息
read(File, Class<T>) - 类 中的静态方法com.github.houbb.csv.util.CsvHelper
读取文件信息
read(File, String, Class<T>) - 类 中的静态方法com.github.houbb.csv.util.CsvHelper
读取文件信息
read(String, Class<T>) - 类 中的静态方法com.github.houbb.csv.util.CsvHelper
读取文件信息
read(String, String, Class<T>) - 类 中的静态方法com.github.houbb.csv.util.CsvHelper
读取文件信息
read(List<String>, Class<T>) - 类 中的静态方法com.github.houbb.csv.util.CsvHelper
读取文件信息
read(ICsvReader, Class<T>) - 类 中的静态方法com.github.houbb.csv.util.CsvHelper
读取文件信息
read(ICsvReader, Class<T>, int) - 类 中的静态方法com.github.houbb.csv.util.CsvHelper
读取文件信息
read(ICsvReader, Class<T>, int, int) - 类 中的静态方法com.github.houbb.csv.util.CsvHelper
读取文件信息
read(String, int, int, char) - 类 中的静态方法com.github.houbb.csv.util.CsvStringListHelper
 
read(String, int, int) - 类 中的静态方法com.github.houbb.csv.util.CsvStringListHelper
 
read(String, int) - 类 中的静态方法com.github.houbb.csv.util.CsvStringListHelper
 
read(String) - 类 中的静态方法com.github.houbb.csv.util.CsvStringListHelper
 
readClass() - 接口 中的方法com.github.houbb.csv.api.IReadContext
读取的类型
readClass() - 类 中的方法com.github.houbb.csv.support.context.DefaultReadContext
 
readClass(Class<T>) - 类 中的方法com.github.houbb.csv.support.context.DefaultReadContext
 
reader() - 接口 中的方法com.github.houbb.csv.api.IReadContext
读取类
reader(ICsvReader) - 类 中的方法com.github.houbb.csv.bs.CsvReadBs
读取类
reader() - 类 中的方法com.github.houbb.csv.support.context.DefaultReadContext
 
reader(ICsvReader) - 类 中的方法com.github.houbb.csv.support.context.DefaultReadContext
 
ReadMappingConverter - com.github.houbb.csv.support.convert.mapping中的类
读取转换器,将 string 转换为 field
ReadMappingConverter() - 类 的构造器com.github.houbb.csv.support.convert.mapping.ReadMappingConverter
 
readStringList() - 类 中的方法com.github.houbb.csv.bs.CsvReadBs
将指定文件的内容读取到列表中
replaceAllEscape(String) - 类 中的静态方法com.github.houbb.csv.util.CsvInnerUtil
替换所有转义字符
replaceAllSpecial(String) - 类 中的静态方法com.github.houbb.csv.util.CsvInnerUtil
替换所有特殊字符

S

ShortReadConverter - com.github.houbb.csv.support.convert.read.type.impl中的类
Short 读取转换器
ShortReadConverter() - 类 的构造器com.github.houbb.csv.support.convert.read.type.impl.ShortReadConverter
 
SingleReadContext - com.github.houbb.csv.support.context中的类
单个元素读取上下文
SingleReadContext() - 类 的构造器com.github.houbb.csv.support.context.SingleReadContext
 
SingleWriteContext - com.github.houbb.csv.support.context中的类
单个元素上下文 后期可能会添加:cache
SingleWriteContext() - 类 的构造器com.github.houbb.csv.support.context.SingleWriteContext
 
sort() - 接口 中的方法com.github.houbb.csv.api.IReadContext
排序方式
sort() - 接口 中的方法com.github.houbb.csv.api.IWriteContext
排序方式
sort(ISort) - 类 中的方法com.github.houbb.csv.bs.CsvWriteBs
排序实现
sort() - 类 中的方法com.github.houbb.csv.support.context.DefaultReadContext
 
sort(ISort<T>) - 类 中的方法com.github.houbb.csv.support.context.DefaultReadContext
 
sort() - 类 中的方法com.github.houbb.csv.support.context.DefaultWriteContext
 
sort(ISort) - 类 中的方法com.github.houbb.csv.support.context.DefaultWriteContext
 
sort() - 类 中的方法com.github.houbb.csv.support.context.SingleReadContext
 
sort(ISort) - 类 中的方法com.github.houbb.csv.support.context.SingleReadContext
 
sort() - 类 中的方法com.github.houbb.csv.support.context.SingleWriteContext
 
sort(ISort) - 类 中的方法com.github.houbb.csv.support.context.SingleWriteContext
 
split() - 类 中的方法com.github.houbb.csv.support.context.SingleReadContext
 
split(String) - 类 中的方法com.github.houbb.csv.support.context.SingleReadContext
 
split() - 类 中的方法com.github.houbb.csv.support.context.SingleWriteContext
 
split(String) - 类 中的方法com.github.houbb.csv.support.context.SingleWriteContext
 
SPLIT_OR - 类 中的静态变量com.github.houbb.csv.constant.CsvConst
拆分数组(or)
splitCsvLine(String, char) - 类 中的方法com.github.houbb.csv.support.csv.DefaultStringListCsv
 
startIndex() - 接口 中的方法com.github.houbb.csv.api.IReadContext
开始的下标 备注:参见 RandomAccessFile 随机读写文件
startIndex(int) - 类 中的方法com.github.houbb.csv.bs.CsvReadBs
设置开始下标
startIndex() - 类 中的方法com.github.houbb.csv.support.context.DefaultReadContext
 
startIndex(int) - 类 中的方法com.github.houbb.csv.support.context.DefaultReadContext
 
StringReadConverter - com.github.houbb.csv.support.convert.read.type.impl中的类
字符串读取转换器
StringReadConverter() - 类 的构造器com.github.houbb.csv.support.convert.read.type.impl.StringReadConverter
 
StringWriteConverter - com.github.houbb.csv.support.convert.write中的类
字符串写入转换器
StringWriteConverter() - 类 的构造器com.github.houbb.csv.support.convert.write.StringWriteConverter
 

V

value() - 类 中的方法com.github.houbb.csv.support.context.SingleReadContext
 
value(String) - 类 中的方法com.github.houbb.csv.support.context.SingleReadContext
 
value() - 类 中的方法com.github.houbb.csv.support.context.SingleWriteContext
 
value(Object) - 类 中的方法com.github.houbb.csv.support.context.SingleWriteContext
 
valueOf(String) - 枚举 中的静态方法com.github.houbb.csv.constant.CsvOperateType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.github.houbb.csv.constant.CsvOperateType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

write(IWriteContext<T>) - 接口 中的方法com.github.houbb.csv.api.ICsv
写入
write(List<T>) - 类 中的方法com.github.houbb.csv.bs.CsvWriteBs
将指定列表的内容写入到文件中
write(IWriteContext<T>) - 类 中的方法com.github.houbb.csv.support.csv.DefaultCsv
 
write(IWriteContext<List<String>>) - 类 中的方法com.github.houbb.csv.support.csv.DefaultStringListCsv
 
write(ICsvWriterContext) - 接口 中的方法com.github.houbb.csv.support.writer.ICsvWriter
针对字符串列表的写入
write(ICsvWriterContext) - 类 中的方法com.github.houbb.csv.support.writer.impl.CsvWriterConsole
针对字符串列表的写入
write(ICsvWriterContext) - 类 中的方法com.github.houbb.csv.support.writer.impl.CsvWriterFilePath
针对字符串列表的写入
write(ICsvWriterContext) - 类 中的方法com.github.houbb.csv.support.writer.impl.CsvWriterNone
针对字符串列表的写入
write(List<T>) - 类 中的静态方法com.github.houbb.csv.util.CsvHelper
文件写入 1.
write(List<T>, String) - 类 中的静态方法com.github.houbb.csv.util.CsvHelper
文件写入 1.
write(List<T>, String, String) - 类 中的静态方法com.github.houbb.csv.util.CsvHelper
文件写入 1.
write(List<T>, ICsvWriter) - 类 中的静态方法com.github.houbb.csv.util.CsvHelper
文件写入 1.
write(List<T>, ICsvWriter, boolean) - 类 中的静态方法com.github.houbb.csv.util.CsvHelper
文件写入
write(String, List<List<String>>, char) - 类 中的静态方法com.github.houbb.csv.util.CsvStringListHelper
 
write(String, List<List<String>>) - 类 中的静态方法com.github.houbb.csv.util.CsvStringListHelper
 
writeBom() - 接口 中的方法com.github.houbb.csv.api.IWriteContext
是否写入 bom 头
writeBom(boolean) - 类 中的方法com.github.houbb.csv.bs.CsvWriteBs
设置是否写入 bom
writeBom() - 类 中的方法com.github.houbb.csv.support.context.DefaultWriteContext
 
writeBom(boolean) - 类 中的方法com.github.houbb.csv.support.context.DefaultWriteContext
 
writeBom() - 接口 中的方法com.github.houbb.csv.support.writer.ICsvWriterContext
是否写入 bom 头
writeBom() - 类 中的方法com.github.houbb.csv.support.writer.impl.CsvWriterContext
 
writeBom(boolean) - 类 中的方法com.github.houbb.csv.support.writer.impl.CsvWriterContext
 
writeHead() - 接口 中的方法com.github.houbb.csv.api.IWriteContext
是否写入标题头
writeHead(boolean) - 类 中的方法com.github.houbb.csv.bs.CsvWriteBs
是否写入表头
writeHead() - 类 中的方法com.github.houbb.csv.support.context.DefaultWriteContext
 
writeHead(boolean) - 类 中的方法com.github.houbb.csv.support.context.DefaultWriteContext
 
writeHead() - 接口 中的方法com.github.houbb.csv.support.writer.ICsvWriterContext
是否写入标题头
writeHead() - 类 中的方法com.github.houbb.csv.support.writer.impl.CsvWriterContext
 
writeHead(boolean) - 类 中的方法com.github.houbb.csv.support.writer.impl.CsvWriterContext
 
WriteMappingConverter - com.github.houbb.csv.support.convert.mapping中的类
写入转换器,将 string 转换为 field
WriteMappingConverter() - 类 的构造器com.github.houbb.csv.support.convert.mapping.WriteMappingConverter
 
writer() - 接口 中的方法com.github.houbb.csv.api.IWriteContext
写入处理类
writer(ICsvWriter) - 类 中的方法com.github.houbb.csv.bs.CsvWriteBs
设置写入实现类
writer() - 类 中的方法com.github.houbb.csv.support.context.DefaultWriteContext
 
writer(ICsvWriter) - 类 中的方法com.github.houbb.csv.support.context.DefaultWriteContext
 
writeStringList(List<List<String>>) - 类 中的方法com.github.houbb.csv.bs.CsvWriteBs
 
A B C D E F G H I J L M N O Q R S V W 
跳过导航链接

Copyright © 2023. All rights reserved.