此内容没有您所选择的语言版本。
Chapter 10. Text Sequencers
10.1. Text Sequencers 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Text sequencers extract data from text streams. There are separate sequencers for character-delimited sequencing and fixed width sequencing, but both treat the incoming text stream as a series of rows (separated by line-terminators, as defined in
BufferedReader
.readLine() with each row consisting of one or more columns. As noted above, each text sequencer provides its own mechanism for splitting the row into columns.