Skip to content

Instantly share code, notes, and snippets.

@jerolba
Created January 7, 2019 15:02
Show Gist options
  • Save jerolba/1664949931c634d9deae9b231fc709ec to your computer and use it in GitHub Desktop.
Save jerolba/1664949931c634d9deae9b231fc709ec to your computer and use it in GitHub Desktop.
if (cont % batchSize == 0) {
InputStream is = new ByteArrayInputStream(sb.toString().getBytes());
copyManager.copyIn(COPY, is);
sb.setLength(0);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment