Este conteúdo não está disponível no idioma selecionado.
Chapter 10. Text Sequencers
10.1. Text Sequencers Copiar o linkLink copiado para a área de transferência!
Copiar o linkLink copiado para a área de transferência!
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.