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

A

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
 
charset() - 接口 中的方法com.github.houbb.csv.api.IReadContext
文件编码
charset() - 接口 中的方法com.github.houbb.csv.api.IWriteContext
文件编码
charset(String) - 类 中的方法com.github.houbb.csv.bs.CsvReadBs
 
charset(String) - 类 中的方法com.github.houbb.csv.bs.CsvWriteBs
 
charset() - 类 中的方法com.github.houbb.csv.support.context.DefaultReadContext
 
charset(String) - 类 中的方法com.github.houbb.csv.support.context.DefaultReadContext
 
charset() - 类 中的方法com.github.houbb.csv.support.context.DefaultWriteContext
 
charset(String) - 类 中的方法com.github.houbb.csv.support.context.DefaultWriteContext
 
classType() - 类 中的方法com.github.houbb.csv.support.context.SingleReadContext
 
classType(Class) - 类 中的方法com.github.houbb.csv.support.context.SingleReadContext
 
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
 
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.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.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.util - 程序包 com.github.houbb.csv.util
 
COMMA - 类 中的静态变量com.github.houbb.csv.constant.CsvConst
逗号 用于 CSV 标准的分隔字段信息。
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
 
convert(SingleReadContext) - 接口 中的方法com.github.houbb.csv.api.IReadConverter
执行转换
convert(SingleWriteContext) - 接口 中的方法com.github.houbb.csv.api.IWriteConverter
执行转换
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) - 类 中的方法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 注解
CsvBomUtil - com.github.houbb.csv.util中的类
Bom 工具类 针对常见的编码 bom 进行整理,避免 windows 打开 csv 乱码。
CsvConst - com.github.houbb.csv.constant中的类
CSV 常量定义
CsvEntry - com.github.houbb.csv.annotation中的注释类型
CSV 内嵌类注解 (1)放在对象字段,或者对象列表字段上。
CsvFieldUtil - 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 读取引导类
CsvWriteBs - com.github.houbb.csv.bs中的类
csv 写入引导类

D

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
 
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
 
EQUALS - 类 中的静态变量com.github.houbb.csv.constant.CsvConst
map 的 key=value 会使用

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
 
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 头
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
获取排序后的字段

I

ICsv<T> - com.github.houbb.csv.api中的接口
CSV 读写接口
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

L

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
 
LongReadConverter - com.github.houbb.csv.support.convert.read.type.impl中的类
Long 读取转换器
LongReadConverter() - 类 的构造器com.github.houbb.csv.support.convert.read.type.impl.LongReadConverter
 

M

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(String) - 类 中的静态方法com.github.houbb.csv.bs.CsvReadBs
 
newInstance(String) - 类 中的静态方法com.github.houbb.csv.bs.CsvWriteBs
 
newInstance() - 类 中的方法com.github.houbb.csv.support.context.DefaultReadContext
 

O

OBJECT_LEFT - 类 中的静态变量com.github.houbb.csv.constant.CsvConst
对象左侧符号 (1)存储 单个对象:{} 列表对象:{} | {} | {} 保证列表语意的一致性。
OBJECT_RIGHT - 类 中的静态变量com.github.houbb.csv.constant.CsvConst
对象右侧符号
OR - 类 中的静态变量com.github.houbb.csv.constant.CsvConst
数组分隔符 or

P

path() - 接口 中的方法com.github.houbb.csv.api.IReadContext
文件路径
path() - 接口 中的方法com.github.houbb.csv.api.IWriteContext
文件路径
path(String) - 类 中的方法com.github.houbb.csv.bs.CsvReadBs
 
path(String) - 类 中的方法com.github.houbb.csv.bs.CsvWriteBs
 
path() - 类 中的方法com.github.houbb.csv.support.context.DefaultReadContext
 
path(String) - 类 中的方法com.github.houbb.csv.support.context.DefaultReadContext
 
path() - 类 中的方法com.github.houbb.csv.support.context.DefaultWriteContext
 
path(String) - 类 中的方法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
 
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
 

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.CsvReadBs
 
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)
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
 
writeBom() - 接口 中的方法com.github.houbb.csv.api.IWriteContext
是否写入 bom
writeBom(boolean) - 类 中的方法com.github.houbb.csv.bs.CsvWriteBs
 
writeBom() - 类 中的方法com.github.houbb.csv.support.context.DefaultWriteContext
 
writeBom(boolean) - 类 中的方法com.github.houbb.csv.support.context.DefaultWriteContext
 
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
 
A B C D E F G I L M N O P R S V W 
跳过导航链接

Copyright © 2019. All rights reserved.