MCPcopy Create free account
hub / github.com/SPLWare/esProc / FileCursor

Method FileCursor

src/main/java/com/scudata/dm/cursor/FileCursor.java:64–67  ·  view source on GitHub ↗

产生一个文本文件的游标 @param fileObject 文本文件 @param segSeq 段号,从1开始计数 @param segCount 分段数 @param s 列分隔符 @param opt 选项 t:第一行为标题,b:二进制文件,c:写成逗号分隔的csv文件 s:不拆分字段,读成单字段串构成的序表,i:结果集只有1列时返回成序列 q:如果字段串外有引号则先剥离,包括标题部分,k:保留数据项两端的空白符,缺省将自动做trim e:Fi在文件中不存在时将生成null,缺省将报错 @param ctx

(FileObject fileObject, int segSeq, int segCount, 
			String s, String opt, Context ctx)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 9

getMethod · 0.95
getMessageMethod · 0.95
addResourceMethod · 0.80
getCharsetMethod · 0.80
sizeMethod · 0.65
indexOfMethod · 0.45
lengthMethod · 0.45
getBytesMethod · 0.45
getMessageMethod · 0.45

Tested by

no test coverage detected