Skip to content

Instantly share code, notes, and snippets.

@krisskross
Created January 14, 2013 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krisskross/4527088 to your computer and use it in GitHub Desktop.
Save krisskross/4527088 to your computer and use it in GitHub Desktop.
TextRowDecoder decoder = new TextRowDecoder(4, comma);
FileReader<byte[][]> reader = FileReader.create(decoder, file.listFiles());
for (List<byte[][]> chunk : reader) {
// do something with each chunk
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment